Memory Pool Memory Pool Refreshing

5,872 transactions
3.17 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,801 (557,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
350,429 350,429 000000000000000010a3cf7305b900adf75e0d1c3c21058b63572de52127e774 0.00 MB 2 0
350,428 350,428 0000000000000000119f469c8077b3324817c07be3f9a950e1d8e1eb9a781187 0.11 MB 214 27
350,427 350,427 00000000000000000a1206f8a94cfacad5edb65fe2f193d3ff324cdc27dfbc17 0.17 MB 118 5
350,426 350,426 000000000000000012153e4d1e9052ac6eb8bc96c2691e5763966bfaa4da304a 0.47 MB 726 23
350,425 350,425 000000000000000008b0684e164f21478539c33442aa49737975edbb51f5374e 0.63 MB 608 12
350,424 350,424 0000000000000000122bf14cab8c9f42253ff80ec7d53bc3fc1cd8a6517ca3d6 0.75 MB 1,389 26
350,423 350,423 00000000000000000e5d47970e4e428a23047ba4618a45b42ebc0517af723955 0.75 MB 1,980 45
350,422 350,422 0000000000000000142bda515b452393c47437893684cc821ba978fad39376a7 0.00 MB 1 0
350,421 350,421 000000000000000004b512579a8e6316dde7d396de779d739bb367117597c4e8 0.12 MB 230 27
350,420 350,420 00000000000000001159a8f73c88ebeeb4661b8a2c885b3b83b0b3df68aff818 0.90 MB 1,732 28
350,419 350,419 0000000000000000162f3fb7b3de8dffbfc833b9364bf0ecf9363aaca1f0a98e 0.39 MB 854 26
350,418 350,418 00000000000000000af4f0eb6ef9472161ff3d21aa915e81ae8a92ba94496ab3 0.00 MB 1 0
350,417 350,417 0000000000000000118919043e02399605a9ad97e317705cb08fcb3c9d98c20c 0.15 MB 239 21
350,416 350,416 000000000000000007acecf30c10aa65c45a87007eb15784c0f71ab51ad3245d 0.55 MB 1,075 48
350,415 350,415 000000000000000007adb0af45e8b4679bab6ab5741914a0e44503c58de1873a 0.37 MB 782 23
350,414 350,414 00000000000000000135436d97f05d797720a3d70153e7e418a393f973948257 0.75 MB 1,644 35
350,413 350,413 00000000000000001403770ae752768584cd377ebfddc127f2935d96dfe2757e 0.08 MB 164 17
350,412 350,412 00000000000000000ac541ac575093d457dba5729be65d9836068f6b9b9d4aa4 0.31 MB 760 33
350,411 350,411 0000000000000000117b05b7ff2d931287498546d0df21002fdcccf352a632ff 0.06 MB 126 26
350,410 350,410 000000000000000003608c51217da371123495b9d62e0ae468f6f45c81b4f078 0.17 MB 316 22
350,409 350,409 0000000000000000061d1a08bc94c6aa470c053b54e2343feb8ec139e3d74f26 0.36 MB 715 25
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.