Memory Pool Memory Pool Refreshing

587 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,836 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 587 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,835 (24,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,104 883,104 00000000000000000000e4f1acb5c3261772247022eedaceccfa38cf76879270 1.83 MB 3,988 2
883,103 883,103 00000000000000000002196cbce7c03c550773b5777e94ac55ae9919d58817d2 1.75 MB 3,269 3
883,102 883,102 00000000000000000000fc127d6660e91c8df6f5c891f657f00f5bd5cf3dce7b 1.68 MB 3,121 2
883,101 883,101 000000000000000000019976e7400c236d4bad86989b06d9fc14ddfe4931ba04 1.46 MB 2,970 5
883,100 883,100 0000000000000000000239bf56e05224b631995a71c3031643947b60d2050db1 1.99 MB 1,909 1
883,099 883,099 00000000000000000001548ab81282823879cdb171c333bc5867b91c3a185f96 1.83 MB 1,866 2
883,098 883,098 0000000000000000000216b0844c637475eb014d9aaa9013b0fd264944889f00 1.95 MB 1,449 2
883,097 883,097 000000000000000000018694763d7522084342480a47e36d668f9862fe52006b 1.57 MB 2,803 3
883,096 883,096 000000000000000000019fff216904d4e2fa6395c52340db736c737c5902415b 1.75 MB 3,396 2
883,095 883,095 00000000000000000001f1ea46b70234e58949a21bcd812102015e280c36eb3d 1.61 MB 3,266 3
883,094 883,094 000000000000000000011995bf62496d2d5d26d736deb08db2fe27c2f1011c65 1.46 MB 3,539 5
883,093 883,093 0000000000000000000023f6c636a9a53114d46cae0d8f2d82cf75fed65d63ab 1.50 MB 2,669 5
883,092 883,092 000000000000000000006e4855d5adfaefb7611c9446eb41ceb8a9327188eda8 1.77 MB 2,329 2
883,091 883,091 000000000000000000026cb149cb6bd1d1985211ef67bb12c584e65da62baafa 1.51 MB 1,904 1
883,090 883,090 000000000000000000012eadd3672df6872cf2aa5a64c5cec6dd4fc78cb666e1 1.99 MB 1,361 1
883,089 883,089 0000000000000000000213742a1f0a80fc4a0a10485c1fb0c2bdd5009acbe5e5 1.66 MB 3,530 2
883,088 883,088 0000000000000000000114ea8a5c7a9b1bd2aa646a1ad628a1ff25b0fb9aa6ba 1.62 MB 3,430 5
883,087 883,087 00000000000000000002323f95bcfe9955fcdeeb647eabc0a8c855cd27b94add 2.09 MB 558 1
883,086 883,086 00000000000000000001eb9cada335c10f1c3d057184901531a5386a2b970c89 1.76 MB 2,073 1
883,085 883,085 000000000000000000025ea359be58e39cff1e89be161b8e4452ae5f2cb5b480 1.61 MB 3,498 4
883,084 883,084 00000000000000000000cdda7517aeb8eaaa5322093d445cedccabc9167b2ea0 1.99 MB 2,260 1
Previous 10 blocks ↓
Total Size: 769.23 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,634.79 GB sent, 94.08 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.