Memory Pool Memory Pool Refreshing

4,588 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,588 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (459,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
448,120 448,120 000000000000000001482ab67400d8ea1e227179363cca2ea6b1218001ce5763 0.63 MB 1,337 74
448,119 448,119 000000000000000001d0403960e65621fa83e9e640a152d6852a99433482fc23 1.00 MB 2,109 75
448,118 448,118 0000000000000000021ce2140e55c08bf80ede93b0696be2d84ab892eb1b3fef 1.00 MB 692 129
448,117 448,117 000000000000000001e68e5bc0b449c93c619ab6263cbb427ac1439a410098af 0.10 MB 71 68
448,116 448,116 000000000000000001118b4901e69967838cefdf791ceb0ed0c644b301be7f0b 1.00 MB 1,852 78
448,115 448,115 00000000000000000184d8edb0d8634e9b7652694f3ef1d8b6894e9316b112c6 0.42 MB 1,024 87
448,114 448,114 00000000000000000270d7f0f6738242639f088be31f9e9820f7df794f53803d 0.52 MB 1,054 78
448,113 448,113 000000000000000000393cd4fb0b0467cb53f8279e9ffd536129621f84c502d9 0.74 MB 1,345 59
448,112 448,112 0000000000000000013af679a9e6b627cb4a43db1b25cdd0d97e673e6758992b 1.00 MB 2,779 93
448,111 448,111 0000000000000000027c93bbfc279a378f8efa77f896670a8357cb9f7e0dc702 0.63 MB 1,551 78
448,110 448,110 000000000000000000b9dc3db86e0af0390328906894089053468129d269b7c4 0.98 MB 2,458 83
448,109 448,109 000000000000000001af16ea1b00fecc7440cb2646879752bf4fbaa6f277eebd 0.75 MB 1,930 82
448,108 448,108 000000000000000001cbde495a5361bd2530f695e850c2497b7ec72b88874a5d 0.03 MB 77 79
448,107 448,107 000000000000000001b10390f6003fd9d998a6fb9f49996ed477a583237e6efe 0.36 MB 843 82
448,106 448,106 000000000000000002f05b32f512b50f1fc64c5c08620ea950ef4df2f5aac2ce 0.58 MB 1,150 64
448,105 448,105 000000000000000000b9f4bada6b393e1f1773f4f8fb945cde7df81bc51e3b4c 1.00 MB 532 15
448,104 448,104 0000000000000000000f0579529e054cadda4337d47869837b9bbf76abca7c6c 1.00 MB 2,585 81
448,103 448,103 000000000000000003004f09428ec5895f996ed16d74d40fb16b2fe6c67f0bee 0.40 MB 1,142 92
448,102 448,102 000000000000000002a04e56733058ac8347f74adfbf98dd8e886193ed60c9e8 0.11 MB 276 79
448,101 448,101 000000000000000002368b102a6a1d254a8f4ebff4ed186f43b82bf116c9c005 0.45 MB 795 50
448,100 448,100 0000000000000000006049529b7a320f8020ae026f4ff1408f65e1059b3a57f1 1.00 MB 2,502 81
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.