Memory Pool Memory Pool Refreshing

9,678 transactions
4.49 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,091 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (762,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,900 144,900 00000000000003b3eba8d57e7d7e4337269517a1602f96685a34d662002cff6e 0.05 MB 128 90
144,899 144,899 00000000000006406f75957b7e638cb14ab86e314b0f70cad98b9ac17c878ab3 0.01 MB 28 205
144,898 144,898 0000000000000364d0444e7942d215e8316b98a504db0d86ca679bc7ddb9d1c4 0.02 MB 39 86
144,897 144,897 0000000000000216a47cef21787056ead55dacd8dcdce5a5a99e335d54865342 0.01 MB 27 148
144,896 144,896 00000000000003c307700ae3e60bb52d48b763609fef756324b70e04408ba567 0.01 MB 19 34
144,895 144,895 000000000000031f82373dcfbf312d415a5c133ef0dfec59fe08da2f510a9711 0.01 MB 32 108
144,894 144,894 000000000000076ae75ad06d3d3398b0636d4ece47563b3106e21adb40c84b47 0.00 MB 2 193
144,893 144,893 00000000000009181f7d4c8ff90117490d7cda70b8b8d17a132f1e4c7eadddea 0.00 MB 5 95
144,892 144,892 00000000000007299de0b01b37e62bab82d27787e0db2a5b2d81d7001eef64f8 0.01 MB 28 401
144,891 144,891 000000000000032d5ee88310a1779ce607d29168234e4ad57c8b7429d3641006 0.00 MB 1 0
144,890 144,890 0000000000000140169503e9a9a5aa1080a91a693d49ac62ee371df105e9bf99 0.01 MB 20 489
144,889 144,889 000000000000017707a2ffcc83c470b9d756d7e477a84e95b0e38d155c9727e4 0.00 MB 8 538
144,888 144,888 000000000000001f5a4f087b8fedd62c5070f56ee905a8a6fdaef2d7757f4d5c 0.01 MB 35 31
144,887 144,887 00000000000008c9b93697b914594457855b298e2be7cd41f633fb0e9b77cdfc 0.00 MB 7 64
144,886 144,886 000000000000025a0e1cea33a691af4f9c331ccd7e0edee6af30918e45b8c0bf 0.03 MB 105 51
144,885 144,885 000000000000019e81626d6a4d28818f5e7952a738e9716e6e67a65aec8f472f 0.00 MB 15 305
144,884 144,884 00000000000008e216f006fc7912a280057807b04af5b183a0eb88fa9520e6ec 0.04 MB 78 171
144,883 144,883 00000000000001ed35a00e2f53df33353849fa8d9a56559b8b6c258221d8d02d 0.05 MB 97 266
144,882 144,882 00000000000005d8f5937a4e0ffafac1f5910b477ac3c529cc17d439782752b8 0.05 MB 141 73
144,881 144,881 00000000000002eef77cef82257bf9ce1bf8de779684d7fe8be852b74d982184 0.02 MB 51 278
144,880 144,880 00000000000004fe2d4596ca389ecd8a2287ca301df77fe21dcd2484326df545 0.01 MB 13 240
Previous 10 blocks ↓
Total Size: 769.03 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,625.65 GB sent, 93.04 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.