Memory Pool Memory Pool Refreshing

8,859 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,937 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (766,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,075 141,075 00000000000007fb0de9030b63a68fd95177c51a260f23a455a14922c3bae9e0 0.04 MB 51 800
141,074 141,074 000000000000061afa832a732398eb5215a5ad932655ee461b390d7c00b77fd5 0.01 MB 28 69
141,073 141,073 0000000000000770ed037fd1c6f455848a2ff7660f42a99de7b43cfd040bdac9 0.02 MB 39 63
141,072 141,072 00000000000003e0104216b4410ac9ff3fc476ec5bcf8debb4eab1b25fd70d85 0.03 MB 95 189
141,071 141,071 0000000000000089d37690f831b00ff2473bb939318e1629208f954587c520c0 0.02 MB 64 364
141,070 141,070 000000000000073923c84086259e29c6ca2d74c61c124bf3ba4482bd665ea30d 0.01 MB 14 35
141,069 141,069 000000000000035c8f3d151c58e78854b68392f0cba3b166b7eb472abcfb8eb2 0.04 MB 102 99
141,068 141,068 00000000000004b33bd3c6063fe4e74c9de9fe12eb812ad7e60a181a6d1240c8 0.03 MB 39 438
141,067 141,067 000000000000029a4b4bf7655cbd543a4dcbce3d03a4a82fb210eb9790694603 0.05 MB 165 125
141,066 141,066 0000000000000667695a025111c777eec71fb8ec614819c0661c567462a154c5 0.05 MB 115 131
141,065 141,065 0000000000000233a73b4f1446e7223c4eda57f894cd5cf8edbe555e73e47043 0.02 MB 37 30
141,064 141,064 00000000000004a8f07d894c6661194c3d3cd0501d5ddb11287529927d61b169 0.06 MB 97 544
141,063 141,063 0000000000000525d7eb4c77bf7ae49811074ad649ff1c55e4e896cd59bbf215 0.06 MB 112 310
141,062 141,062 00000000000000662b19a895257e3a74f020293f3cb1199a399225d02a339059 0.00 MB 10 109
141,061 141,061 000000000000037541efba30b09406f17526e2ffaae4c4ec7abac7ff55528fdd 0.06 MB 119 155
141,060 141,060 00000000000007b47fd92868df902723d7a459778417d74f21b2cdbf23b3d78a 0.05 MB 130 104
141,059 141,059 00000000000007a428df1a69e4623efc4aa7b053fe66d0521440aa7880f0dd14 0.02 MB 31 298
141,058 141,058 000000000000014b342d23e0fe3986977559faa5e6d8655e4b748a477a9e6931 0.01 MB 20 172
141,057 141,057 0000000000000192bcc66c152d3d906729340b15befed55ccfbb03d9a029f103 0.02 MB 56 50
141,056 141,056 000000000000010efc133265419e87a3f43fbe50982c30dac6c24691e70d4ade 0.05 MB 133 34
141,055 141,055 0000000000000517e75f3883739f4f2ed6e8e3eb59ab792ad15664c9c23c3667 0.02 MB 3 50
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.