Memory Pool Memory Pool Refreshing

3,076 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,568 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (696,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,064 211,064 00000000000001db7930ee10b3964bcd61718b265ceb21075f19ffdaaf6c3323 0.02 MB 23 394
211,063 211,063 000000000000035d042166ae29b87a69c2935222dbe981a53242070eed78510c 0.01 MB 16 49
211,062 211,062 000000000000022dba95b5b3b6954b2eca49a12fd1e82cdf998eaa573d005298 0.01 MB 38 182
211,061 211,061 0000000000000254d881eac793e3236b24ad92e20c2fb06220063b3e3aa7d3a1 0.11 MB 258 221
211,060 211,060 00000000000001c599304e6e12a8b72aa8ee3500e623dca3a9a55820bf50b098 0.13 MB 299 168
211,059 211,059 00000000000004d8f60dd5ff38513a9019451a8dfd1f5cb9726d365b38854a43 0.11 MB 254 148
211,058 211,058 000000000000013bcbf2a2d94f7bc2dc9d51bb058f969018a62d7f4194c73ec0 0.25 MB 621 172
211,057 211,057 0000000000000273688d40f746f3d1466b7a33c54365c6758434d5bd78f61301 0.05 MB 143 116
211,056 211,056 00000000000004805a7e1ecb6475d246ecf85f0e9dad7dbe7f293274f9da6767 0.13 MB 319 176
211,055 211,055 000000000000035b5f5911d78de155c8aa6b79e683a04c6d6075f2df50f7e4d4 0.17 MB 327 128
211,054 211,054 0000000000000205ca29e89e8bed7e20c21dc43ee08be4bf0220294d6f628417 0.07 MB 140 152
211,053 211,053 000000000000040287417a1aaab88a08e417c0d025486ba7c5d08ce1cbff80be 0.19 MB 385 178
211,052 211,052 0000000000000334130f5b3b28e5ad58b4a98f42d05300ec44f38487b0f0b246 0.05 MB 132 71
211,051 211,051 00000000000004277a8450d6a4b4cbb1b6467a90ff539db4a2926a9f02d3226c 0.20 MB 309 171
211,050 211,050 00000000000003395e61f2a8ab0cd9816b52a114c7748e4d6ff95fce53658753 0.14 MB 271 191
211,049 211,049 00000000000001fc83c0594399c5c5068ff42f3bdc60ff0c39afb3c6012ada76 0.05 MB 140 27
211,048 211,048 00000000000002f04c40ce51215593e22cec3ff7f87c81fced323c97a99f6f37 0.23 MB 572 184
211,047 211,047 00000000000003cf30dd3155f4c0725bd9d2b8ff4dd92dbbc735647632cd0995 0.14 MB 384 162
211,046 211,046 000000000000005cf5221f32b5da6eebcb59d778304d3ddaa9f943b0bafba338 0.00 MB 9 33
211,045 211,045 0000000000000051fde8c1f30825d04baa73e1ee3c4a0447a1e7ed949e90690e 0.17 MB 172 89
211,044 211,044 00000000000000deaebe4480da6dc5b29018fd5615647c458536bf08e76ac91b 0.37 MB 1,124 128
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.42 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.