Memory Pool Memory Pool Refreshing

11,659 transactions
4.86 vMB
Show Random Selection Loading Transactions
Max Size: 27/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,724 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,978 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (753,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,245 154,245 00000000000001ea537c850b7fb63c48f125dc19c4f702e02021f555946b5aa3 0.01 MB 32 47
154,244 154,244 0000000000000a89e0150539289a49c386734ad1c8f0db8d06de7592114f9979 0.00 MB 13 16
154,243 154,243 00000000000007b3f6fc22b3619ea30334d6a98bb27b50c3a35ef3788a4d86bd 0.02 MB 34 26
154,242 154,242 00000000000006855c451fdd19935e33537ec01f56ebce5165403202d0dd4e4b 0.01 MB 25 66
154,241 154,241 00000000000007a12248c08a474b43f4fe71f628ac293575bda97f66bbf68909 0.05 MB 142 116
154,240 154,240 0000000000000cbc61a0fbdc408782b3397827f2ea322621ddb5decec1267c30 0.01 MB 13 39
154,239 154,239 00000000000002d0e1df27e7a9109afd9022bd2d19e6b087614934752ce3d59a 0.03 MB 54 380
154,238 154,238 000000000000035e0eb508a44acc0afc269a16e294c7ff129e4ff0be78a4dbd6 0.00 MB 13 19
154,237 154,237 000000000000069a0f60b909f3a6b61bb251fa5c731133622ef31b21c24b70db 0.01 MB 20 36
154,236 154,236 0000000000000ddf15fa06eb2a1be6e5417e6537027720a25ddb55f7e5066143 0.00 MB 9 17
154,235 154,235 00000000000004d03c16c87f9369baa7bb2959c9cfa8a9b118bac43dbda12268 0.02 MB 43 172
154,234 154,234 0000000000000dab4dd7352ff56c6c341f3a976ab36b6bc73eb654c5b662403a 0.00 MB 12 90
154,233 154,233 0000000000000b2acab9836bbf7956481f0e1c4fe085a2655cf6e138ac7d9282 0.00 MB 13 23
154,232 154,232 000000000000084ee709373084b9f67184452d045546c39290493ad4340de34a 0.00 MB 1 0
154,231 154,231 0000000000000a59fb3ee291f51e0e869cc5f594ec4bb688f554d396731cd685 0.00 MB 1 0
154,230 154,230 0000000000000b13d24decef0d256397944dfa905644de588cebdcc89b9df65f 0.00 MB 10 59
154,229 154,229 000000000000056bd90c226ebfee3497cd21020a5983418337c989e421bf237f 0.01 MB 37 28
154,228 154,228 00000000000008042e4a1da1f9cd5702338e03698b4d3bbf5b34dc207b894f17 0.02 MB 72 2
154,227 154,227 00000000000009258bf12d40a03768d0e3896b8ab18316f6ed8773a0413968b5 0.00 MB 1 0
154,226 154,226 0000000000000b981caaeb6015e8a563052e933052447ebae63d2cf4ad93d588 0.05 MB 117 487
154,225 154,225 00000000000004f26175c1cad673865f665a1e6484daf292527b74e8efac3ea2 0.01 MB 17 1,577
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.13 GB sent, 93.02 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.