Memory Pool Memory Pool Refreshing

17,022 transactions
5.67 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,955 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (248,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
659,326 659,326 0000000000000000000455dbc053490924bed9570aab8f8b88b7deb4da8c7516 1.31 MB 2,374 56
659,325 659,325 00000000000000000008f47ac3cf19c16e114dd508252f5db3de012b6f26500f 1.32 MB 2,262 61
659,324 659,324 00000000000000000008bb798bf36806e32fbb579e3caf9609b0b8ce2085f5e3 1.72 MB 532 14
659,323 659,323 000000000000000000009de8c5c452f060090588558f1acf49c1add4a39026a4 1.30 MB 2,086 18
659,322 659,322 0000000000000000000321f3427b4a3c3d67f707d4554d64ada90dceb1d6e542 1.22 MB 1,638 46
659,321 659,321 00000000000000000000e6fa78c28bb3ab4e0fce0660d0ed0f11abe26829c7b7 1.37 MB 2,427 66
659,320 659,320 0000000000000000000a09ffbc07846b6fb56f6d24d8d042266cad14bf3f2a38 1.46 MB 1,320 18
659,319 659,319 0000000000000000000e817d1bedecc11dc479647c5e920fea95b19d0fdf86b2 1.27 MB 2,152 21
659,318 659,318 0000000000000000000eaa2abe930c9f817f47a263043a29f538f17abe5b1ad3 1.24 MB 2,386 61
659,317 659,317 0000000000000000000390760699d6911276abcf0ff4fc6086814a4297157714 1.39 MB 1,475 32
659,316 659,316 000000000000000000021da3662996f7e65282fd30ef22bb04ccbb31d14eeb41 1.39 MB 2,266 60
659,315 659,315 0000000000000000000dcd2d685a0f21d47e3bf2e312d7b942eae61acf22322c 1.41 MB 3,191 72
659,314 659,314 000000000000000000009601d28165ce061bfc4c9b919f8c5a2d1d0ea1e18421 1.25 MB 1,808 66
659,313 659,313 0000000000000000000be03711602d838efbd087779e9e454d6c49bb5eea5324 1.52 MB 1,217 12
659,312 659,312 000000000000000000079a6f04391eac0e9c2a48e390631621ba1f2a0562c1a4 1.14 MB 1,587 12
659,311 659,311 000000000000000000088cbb394f270be940da1e20d92dd471ae9310db95ac75 1.29 MB 1,982 32
659,310 659,310 0000000000000000000967896919f259bfb09e2e86fc238ade8e818d8c201d09 1.34 MB 2,074 51
659,309 659,309 00000000000000000002f59c727b478ebacf851a541a70672a2351f127c1ae1b 1.16 MB 2,247 12
659,308 659,308 00000000000000000006df35eb23f23148ee8b86e96c6954ee85ea24543b0d96 1.13 MB 2,605 8
659,307 659,307 00000000000000000000f51c40dde698ca0aa0ff60262ac161ca245389694e8b 1.37 MB 1,866 37
659,306 659,306 0000000000000000000525c4155352712143133bda076a3af03b53c1ae28725c 1.28 MB 1,916 13
Previous 10 blocks ↓
Total Size: 769.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,624.67 GB sent, 93.00 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.