Memory Pool Memory Pool Refreshing

6,569 transactions
1.92 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,573 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,953 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (865,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,063 43,063 000000001ea838073ba0ea06a22473d41f8897127ea498ff15bcf29a80776d19 0.00 MB 1 0
43,062 43,062 00000000191fb0e6dabc66d0a054fd247711e1c93953f4fb12b76bc7e9dd5ac6 0.00 MB 1 0
43,061 43,061 00000000047b6457b9212ebf918b1233e432cc7511d33ee0947ae4a2fcf0eff0 0.00 MB 1 0
43,060 43,060 0000000008f74b6d6d0a0fa5cd01c01e85c89d1b4510887c11286edd079a402d 0.00 MB 1 0
43,059 43,059 000000000d2d1fd1847556404f323493ef5593683da00927d70ace3d2c47a860 0.00 MB 1 0
43,058 43,058 0000000036a621033611059e31609f47e3c8a3eedd63e71139ab4547720a6f1e 0.00 MB 1 0
43,057 43,057 000000004184e341effbdded9764ef1fa462f649550e8b27b21eadd352d5b7b9 0.00 MB 1 0
43,056 43,056 000000002e3f81c21cc0d72e0178518b63a3466d77556980132aea8e3fd4a10a 0.00 MB 1 0
43,055 43,055 00000000181a21b7c13e9ce04fcc1045e526e8c6d1290fd68f9ad45732c2b42d 0.00 MB 1 0
43,054 43,054 00000000024e4c58568e451cffb76fed7afaba7cafb0fe64335d20cd30c41916 0.00 MB 1 0
43,053 43,053 000000000bccdb593127d70d657cbc7437e8441737df1962b3727a465a3c1816 0.00 MB 1 0
43,052 43,052 00000000143fd565cd635e946acb2f6263b72d83d5ea07ba923d75ca2268958a 0.00 MB 1 0
43,051 43,051 000000003bdbc9d8a6b0ed13b4869ac3a45d27b2681cbe9eb8672a83e8b85e09 0.00 MB 1 0
43,050 43,050 00000000056016b247e4a44654b3c3773a43202f8c763f34fbb90eecd4d14730 0.00 MB 1 0
43,049 43,049 00000000432dc4dbcd8b994894998517ec1a3f61c2ea27d939eeaec4acc42694 0.00 MB 1 0
43,048 43,048 0000000031cad1e4be8f0c42205b408ef956dcd8f122b77e9dab511a87255e32 0.00 MB 1 0
43,047 43,047 000000002866cdd9098a04971cecf13b3f0273b24a344ffdeef4df3eca486243 0.00 MB 1 0
43,046 43,046 000000002ef6391d675a449d29b27c0cac84e5daf20dca677123d0f3b995db56 0.00 MB 1 0
43,045 43,045 0000000005170250af031c90b85650ebc4adae6acaa913ec845dc0bcc23facab 0.00 MB 1 0
43,044 43,044 000000002129d469759679b7d53c1ff3dcb58359edb9d78a7bffc63409b68e26 0.00 MB 1 0
43,043 43,043 0000000024ad7ff29cdc8841bc93311c8fa39b865a98dfe1ff77a2dec5b6b0e3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.