Memory Pool Memory Pool Refreshing

9,645 transactions
4.46 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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,635 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (539,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
367,914 367,914 00000000000000000f8cb2dd21326f43bca0e492e6cff89a3802e1c64cfccc92 0.99 MB 1,065 17
367,913 367,913 000000000000000003a91ed37f366c04f06dbc0a780f5cc94fd98a8cb81b61db 0.00 MB 1 0
367,912 367,912 00000000000000000199d787189c28fa3461ed8c9ff745e40343111e267cb325 0.75 MB 550 23
367,911 367,911 00000000000000000bef938ebe4f04049206995fca611c78692606db3871b04c 1.00 MB 376 7
367,910 367,910 000000000000000008c946b21f10e7d6e5347820af8ee52e2c86283400f5bc2d 0.89 MB 662 23
367,909 367,909 000000000000000005b7531663c657ff4ac5634de2b4340fa764f8ec601fda0e 0.92 MB 2,257 57
367,908 367,908 00000000000000000d636cfb0c0578303caa39725638b0a75c7b5cbc627bc272 0.91 MB 895 25
367,907 367,907 000000000000000009f24d9fd764d8911db90a22dc14cde5dc370c1dfe6779cb 0.82 MB 526 20
367,906 367,906 00000000000000000528f81f5641d0c240176fbfe2a9bc5e92ce06124bfc5224 1.00 MB 279 5
367,905 367,905 0000000000000000112802d8b658707d7fcb275d5d80eb76902a65a7e489bca5 0.80 MB 495 20
367,904 367,904 0000000000000000053bceb058c6e8fae9efd0c17746e6c845f89ef1d97893f8 1.00 MB 260 4
367,903 367,903 00000000000000000e9f5096d0b50fcb553225dca49fd803f591b0e80538b9d4 0.92 MB 988 28
367,902 367,902 00000000000000000449e1dda5b50eee22e7ac85132434df60a3ea5409c1f27f 0.75 MB 689 26
367,901 367,901 000000000000000007dcfbdd11264eb4cc584e7c3d1d5faf9e17cc357e3969c3 0.75 MB 1,042 35
367,900 367,900 00000000000000000f1d4c26f1935e38818fb27f9b301debf3c7e59f42e1b983 0.82 MB 551 22
367,899 367,899 000000000000000005780446bbdddfff6e547ab83d39b237ec0f1440ff9af45f 1.00 MB 346 5
367,898 367,898 00000000000000000a108a356ae7140f18f5ad234956886c1cfe2a9ddcdfd4d0 0.93 MB 1,675 36
367,897 367,897 00000000000000000e17bc7ba14fc16897a41cb1b2f0b89ddbad2cfe30184a61 1.00 MB 423 15
367,896 367,896 000000000000000012d8f0e2ac1851a47a9e2915fc83774f40f4a9d4203af49f 0.93 MB 1,302 31
367,895 367,895 0000000000000000015032def2e7975362dc9a43bab02b6281075cf50d36936a 0.43 MB 467 19
367,894 367,894 00000000000000001055ada37a558b0afb5a407525bdb82ab91090c2ce7b68de 0.85 MB 1,418 37
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.28 GB sent, 93.03 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.