Memory Pool Memory Pool Refreshing

4,149 transactions
3.45 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,130 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (894,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
13,997 13,997 00000000aa79f40e7c7bd434e7011f5a48f1f94f3d8a08deff075bbd4e36b8d8 0.00 MB 1 0
13,996 13,996 00000000505bce58c1f428521ebaa91b1f3f0ec27ffb5ad6bc48754e39f415d4 0.00 MB 1 0
13,995 13,995 000000004497c5e149741ca9e8fe189ed1392513d97a3c6d8f1da64b1c8cc8e7 0.00 MB 1 0
13,994 13,994 000000002aca45b49afd289fef9d8bd57f29c0e00b73d1bfd669d7887704c905 0.00 MB 1 0
13,993 13,993 00000000cf84d0d2ec69ed36dfaf414c9299cdfa2e9a8c4a7ec635e9865b6fb1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 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.85 GB sent, 101.78 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.