Memory Pool Memory Pool Refreshing

276 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,667 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 252 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,666 (894,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,018 14,018 00000000c20195bf736e8cecdb6ccbf4d25ffee42c0b4c4199bc2d6a9b6533d7 0.00 MB 1 0
14,017 14,017 00000000dae8bf6a66f878782564ff8f0fd7ef28ba9cdceffd32e2f04588a251 0.00 MB 1 0
14,016 14,016 0000000058d200e83a914b8aab1c7e65db7c47941a75e814d693c1401ae40b2b 0.00 MB 1 0
14,015 14,015 00000000f8232cd3b004a586a9134c1e520d3fafe98cbc6e7e044a07351185ad 0.00 MB 1 0
14,014 14,014 00000000d59a692eae5c83dd049171056751c3cca12885a08422fcf66584e1a4 0.00 MB 1 0
14,013 14,013 00000000909f838bb24d1dfa2b9f83de4454eb37412a9af5b0eb8a2e49833973 0.00 MB 1 0
14,012 14,012 000000001011a636aca2b3b283e25cf0e4da739ac4644921ba1d30d5a5960c90 0.00 MB 1 0
14,011 14,011 000000009845d7cb4a09fedede9be191602e75e4d5479a5b76fbf3674336d15d 0.00 MB 1 0
14,010 14,010 0000000004e68c537bbf7f39394f153b1b897b1a2b1d99d0223f7f40612c7b02 0.00 MB 1 0
14,009 14,009 0000000065a35df594d577a02263e51c86f298509339081ba061cd58bc86c556 0.00 MB 1 0
14,008 14,008 000000004fe35b8c79af2c337fb398a01931137953ce22462c37c6a7d550c0a6 0.00 MB 1 0
14,007 14,007 00000000d3e8ddb5e1cf1edcd54bd9c59e42963159b339fc187261d82bfc29e7 0.00 MB 1 0
14,006 14,006 0000000090e2950cae1461e771a00bde58271c735f585c7e561d43be3f7dce0f 0.00 MB 1 0
14,005 14,005 0000000086a9c35c3f5dc68127d90c6c49ea9c1531383e502406a29a8cea3d48 0.00 MB 1 0
14,004 14,004 0000000080863585423586350af531c858597cb5b9e59f0ea3ff6d63678f62e6 0.00 MB 1 0
14,003 14,003 0000000095f738799810fbf31566faac20087ffb00598a35a02ce2166e387117 0.00 MB 1 0
14,002 14,002 000000001e4c88a360df5e1f5b4f0b91676dc552acb2343f71068d4b464801f7 0.00 MB 1 0
14,001 14,001 00000000b44efc0402c4841e13c29e2843776abd8ca1a728b4d12a092966e87a 0.00 MB 1 0
14,000 14,000 000000002d9050318ec8112057423e30b9570b39998aacd00ca648216525fce3 0.00 MB 1 0
13,999 13,999 0000000096b3f9b81c07ecd73d9c531071842364143e5ae4a88f6180de3d4ea0 0.00 MB 1 0
13,998 13,998 00000000668d5eb7d5ffc16c1a21d2c93c8ddaa7478a3adaeaf0c1ddd437aaaf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 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.31 GB sent, 101.63 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.