Memory Pool Memory Pool Refreshing

5,910 transactions
2.88 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
2 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,669 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,934 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,668 (587,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,444 320,444 00000000000000001315ab83901d0b242fcd1cefc5a74b53f97a5830688e7e6f 0.43 MB 634 25
320,443 320,443 000000000000000005f633b05e8c071b4ecc254e818e12a429080afa866a1296 0.03 MB 65 45
320,442 320,442 000000000000000012af53ad2348cd133291243bf50209bb5486bd69d91fa752 0.05 MB 38 11
320,441 320,441 000000000000000014b1771ef85cdf587aef49b83501907ad88650348fd4586d 0.25 MB 419 31
320,440 320,440 00000000000000001760952e025b3750f131cb297f06918a30242cec796f3d77 0.26 MB 477 29
320,439 320,439 00000000000000000092ffcf39c8dde626774b193a10cef7277e9c6a7d57db5e 0.10 MB 135 17
320,438 320,438 00000000000000000f411b6710926e9c2d31e3e988a1d5fece283787f7ae8863 0.46 MB 901 36
320,437 320,437 000000000000000004b7364fc56f490bb51f4f1ac52089f8592b01eb9396ae68 0.16 MB 284 30
320,436 320,436 00000000000000000afea38ce2077f97a8103109f186c0b95d86b1c3ea9a5e06 0.42 MB 534 21
320,435 320,435 0000000000000000155a6d9877f3b615104fc683b9b3f40c0a000854d7827d7c 0.02 MB 58 33
320,434 320,434 00000000000000000b9049bf0f8992d06c69f0c594f59324b94369fcca73910d 0.02 MB 36 29
320,433 320,433 000000000000000003d741a3fbf377e49a7222ca0e648fc4e9feabd418e8ef8c 0.16 MB 260 29
320,432 320,432 00000000000000001272a2ce0e420d1d0e7ed73169a24455885d32ea926ec8e4 0.09 MB 129 18
320,431 320,431 000000000000000024453d0109286c987f98fa7499f7dbe9025762e33ac57448 0.09 MB 211 30
320,430 320,430 000000000000000012b1dd28308fc5fbda1d609ea7f4fc135e3c0e039a4cc46b 0.20 MB 246 22
320,429 320,429 00000000000000001983569459dce736d3999a9ca90be23005ef6ffcbdaf2262 0.05 MB 115 29
320,428 320,428 000000000000000007934546930493b5d4d4a16322f43b60a63d2b2ef92389f5 0.01 MB 15 11
320,427 320,427 00000000000000000667735f6bfc2df6b4d42e943b6bd5d634e15523f35afaf9 0.15 MB 263 27
320,426 320,426 0000000000000000149f4d1c2461993e41ad02a67fa63597f30e5b43fa43da80 0.37 MB 870 31
320,425 320,425 00000000000000000506d914e36366dfc639e32eac0c5c9c34bff035805606b8 0.22 MB 507 29
320,424 320,424 00000000000000000e0f8a9c033bdca713fcbfc923d45f6d792d19004973931d 0.03 MB 27 17
Previous 10 blocks ↓
Total Size: 768.92 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,603.90 GB sent, 92.41 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.