Memory Pool Memory Pool Refreshing

3,536 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
908,674 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,250 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,673 (813,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,877 94,877 000000000008029a5852f5b9a4aab72afb158632fa01d56820a2ffb357c8c13a 0.00 MB 1 0
94,876 94,876 000000000005fc077346864baf7832c7c11126421547a7cbed7b5f286007ced9 0.00 MB 5 0
94,875 94,875 000000000002cbba172915469cd177fc0718fd137637b7511e6eeab7d817db18 0.00 MB 4 0
94,874 94,874 00000000000395efefa5a980182258dfa22e225447c077a1e05330605a497f01 0.00 MB 2 0
94,873 94,873 0000000000011c68478862b83350ccec373b92e065cc8555258467cf7829c382 0.00 MB 3 0
94,872 94,872 000000000000bb5608f2b38d22cdea091237a0ee05395ddeb167ae8bfa79483c 0.00 MB 10 0
94,871 94,871 000000000000ccbb16ccdb95d3fabca672fc26d9909a61127bb82340ded7f4ff 0.00 MB 1 0
94,870 94,870 0000000000051bf76faabf37c4e750ec84b679e9f30d5182a4206592802c3959 0.00 MB 4 1,048
94,869 94,869 000000000000b284b7653e306ce9646b29dd6a05ca15215e7b0be329b54310c8 0.00 MB 6 0
94,868 94,868 0000000000018a8a475c91c377e106d7ee3541493a868091021766d43790229e 0.00 MB 2 0
94,867 94,867 000000000001fd94dfce8e3f111b146710388b8d71f43fda1c89d10d18c09262 0.00 MB 2 0
94,866 94,866 000000000003970c5a3ded87dd271b9db106b52215f54102aa097067d2db91ac 0.00 MB 4 0
94,865 94,865 000000000002189e59323acfb258939cedab5451d08556fab839af9f4a18c110 0.00 MB 2 0
94,864 94,864 000000000005787dfc3915181efafe52c15450046332850ec44f7249709c08fc 0.00 MB 4 0
94,863 94,863 000000000007f39f8139b0cbf79b1cee6f07f22f6d1cb7841722e8d31705696f 0.00 MB 3 0
94,862 94,862 0000000000039adca7e1b1e681af9fab73df1258bd0706fc70d62b68ace27e22 0.00 MB 1 0
94,861 94,861 000000000002b4a6c3071393abb2a477b1ce8e49b1a01bba9ab61b21c1671157 0.00 MB 3 0
94,860 94,860 00000000000100ff5c1d3fd71a7cd9c5041b5b013e0090e26c3dad3cd036ed32 0.00 MB 2 0
94,859 94,859 0000000000012eb5679983548d95d3d9529360aff9cdb6d2758349ca8c321944 0.00 MB 1 0
94,858 94,858 0000000000016fc8d57fc83a957ea98d08003f6889af1198793d8816597d428b 0.00 MB 2 0
94,857 94,857 0000000000033eb829fd01e7f720d6fd48883c82c05f2170cdc7d5ff8edbba7b 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.52 GB sent, 101.70 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.