Memory Pool Memory Pool Refreshing

2,501 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,004 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 2,477 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (179,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
728,081 728,081 00000000000000000005911e9e023f2b2c56abc1ebfef15e2180072102937ef4 1.52 MB 2,872 16
728,080 728,080 000000000000000000072879c18550d87eb31fba28493db7e67be7a22111a244 0.80 MB 1,233 3
728,079 728,079 00000000000000000005032b40a9e88fbf031204ccb025647c5a278136af0595 1.41 MB 3,045 8
728,078 728,078 00000000000000000008ac91db6074baf723256e1eecd474bcf9c00c8f2b663c 1.00 MB 427 3
728,077 728,077 0000000000000000000a3a280842cc41f26861323024f3503788b83c3ed90954 1.40 MB 972 5
728,076 728,076 0000000000000000000326b7db7d0b06b0a6563e12b107e702902026ebbe6b71 0.03 MB 79 4
728,075 728,075 000000000000000000029bb2eb6d80ae6156c03dc61b224cfd8fc12ea8267934 1.10 MB 1,799 5
728,074 728,074 000000000000000000053b77e66caf360a77740dc8176f2776590eb493004b35 1.61 MB 2,431 6
728,073 728,073 000000000000000000077d7fb7c4fcab173e8c272cc33f4abe61f853e87faf2a 1.47 MB 3,297 10
728,072 728,072 0000000000000000000184ca73e10fa50390b2eb787f5edae2de9cb877aeb7cc 0.89 MB 1,718 7
728,071 728,071 000000000000000000003a4ffc21a7d3c41c776a745df3c06a375e567ec029bd 0.06 MB 108 9
728,070 728,070 00000000000000000003f472c34fa8c20b8d109df9adb310904f0a3a67fd135e 1.58 MB 2,129 5
728,069 728,069 000000000000000000019f316a6f30166d3a27ded153e0c5de65eb705f1d02e2 1.50 MB 3,010 10
728,068 728,068 0000000000000000000727119b85000e0e8077133628ab13a1c0178b0a2876bc 1.74 MB 1,178 2
728,067 728,067 000000000000000000099e8ad1fbcb8cac0bbdcf70672472e2a9499428700e55 1.60 MB 2,844 6
728,066 728,066 000000000000000000057b8c4b00f3bb1de4e1bd202f9be3e01d5587630f7d77 1.65 MB 2,432 11
728,065 728,065 0000000000000000000663085cb06e37aff3926249e45a7131eb1952fd16911e 1.50 MB 3,219 12
728,064 728,064 00000000000000000002e97fa5ac1e7dd55c7c86653e70b07365d51efb0b295b 0.56 MB 765 1
728,063 728,063 00000000000000000003654c233487e250aa0224ef895d11cb97a817662fa285 1.28 MB 1,796 4
728,062 728,062 0000000000000000000440093f77fd69c0857c1c42409e4314630991f53cbaed 1.50 MB 3,419 6
728,061 728,061 000000000000000000093344a309ee5d918703bfb135d47f09540ef821c8e805 1.46 MB 3,042 14
Previous 10 blocks ↓
Total Size: 769.55 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,648.94 GB sent, 95.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.