Memory Pool Memory Pool Refreshing

3,589 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,735 (481,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
426,535 426,535 000000000000000004d61658aa4913b95597c8f7960d313761a2672e5620b7b1 1.00 MB 2,922 63
426,534 426,534 0000000000000000005a3043f80e5abf3c9a786cd1f66d6cabdf22919d782f7b 1.00 MB 2,319 85
426,533 426,533 000000000000000002805edf7d2a50e6260ff97ed6abbf553577ab4f302ef8eb 0.75 MB 1,966 90
426,532 426,532 0000000000000000029a97c47ace043b51eb368be95055b212153407764e4834 0.00 MB 1 0
426,531 426,531 00000000000000000259559080d3b05b065a7f9de518cf812ee4fd41b69bd3f3 0.99 MB 2,205 72
426,530 426,530 00000000000000000287d0ac9b46cc30bfc59146e32c73049b2f276fbed42853 1.00 MB 2,120 56
426,529 426,529 000000000000000002f2c54a616383bd52a42b176e1d67a570e2dbc7bfdb053f 1.00 MB 2,645 80
426,528 426,528 0000000000000000029a9d34be561cabb8be23d8c52a1947ea37b2bcd50d087c 1.00 MB 2,778 79
426,527 426,527 000000000000000001e0010f882a1549d1d024b5c9e966e650eb0b5bb83909d1 0.66 MB 1,463 60
426,526 426,526 0000000000000000031716f0c30d26ffc09f492614fc352708b1fd4c62eef5f7 0.88 MB 1,722 57
426,525 426,525 00000000000000000130e67f8f00521a3f910586965b82b450510e08e46fb1fa 0.84 MB 1,349 39
426,524 426,524 0000000000000000031f5a451b2e746e8acd9b912fef1a758d3494aa664da40a 1.00 MB 1,052 19
426,523 426,523 000000000000000002bdbaef850bfd74da3d0085d8af247d7d0120abd9aa7c68 1.00 MB 2,284 57
426,522 426,522 000000000000000003803157b926e4e8d1057ad9d0802cef334f37f1071a5cc8 1.00 MB 2,535 61
426,521 426,521 000000000000000003bca2985cd37126d7822c18f8c2c3665a5c9725550cfd30 1.00 MB 2,620 73
426,520 426,520 000000000000000004ca428242343c9ca352495e0c29e75ae092a6bee986dc3a 1.00 MB 2,298 75
426,519 426,519 0000000000000000040c07ffdfdf152ecf69198a29e159edb255b20692c54f24 1.00 MB 1,231 37
426,518 426,518 0000000000000000018c78fead2695ae07ec1531083c20f7a848fd09ba9be59e 1.00 MB 1,719 57
426,517 426,517 000000000000000001123ac482bf340d76db0e6bac59a5a62e299d825eaaddac 1.00 MB 2,390 70
426,516 426,516 000000000000000003b289690a1ae147baca7c021ffadbc4b0186c393ba5f47d 1.00 MB 1,831 56
426,515 426,515 000000000000000002a4f9a2ce324f510142ca2b60e1f97bbdaadfde2725fefb 1.00 MB 1,412 39
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.