Memory Pool Memory Pool Refreshing

14,309 transactions
5.38 vMB
Show Random Selection Loading Transactions
Max Size: 30/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,643 (750,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
157,220 157,220 0000000000000147c56de5d57ab3cea8c6976e18ef361006f71bda34f26ba333 0.01 MB 34 139
157,219 157,219 0000000000000a5d8ee190cb123fe462bf728eac2d706f9fccfac705a3e547d7 0.01 MB 16 198
157,218 157,218 0000000000000d027a5d0c8d24952554acf5c5c13c8aab78c10967bad2350850 0.05 MB 125 53
157,217 157,217 0000000000000897d1659345c868adaed82c6d7c184e680da6d2084663af727c 0.00 MB 1 0
157,216 157,216 000000000000001cb74dde32381dd691f4b3a06d7273e8d5ab56749718f1cc29 0.00 MB 5 100
157,215 157,215 000000000000077c6783c43913515cddb5f5261a2f79dcb11423c59606d0153e 0.02 MB 30 127
157,214 157,214 0000000000000d3c21b5eca42fa4b113c317d17f73ce570235d7bec6c187b757 0.00 MB 5 37
157,213 157,213 00000000000008895cf30dd7f0e1816e6ff89ef794d8c34e7993559661b651c3 0.01 MB 19 197
157,212 157,212 00000000000007014d3dedaaaecaaf9891c9d06301541c2b0f90fdbf8912f361 0.00 MB 10 0
157,211 157,211 00000000000004e42a5fad9c258ba8b3d41a097d0bcd8e529cd12a9c43290a1c 0.00 MB 6 169
157,210 157,210 0000000000000682fcde3cb55780fd3222dea1df5ebd3c6d46e7f48e15691f1e 0.05 MB 125 73
157,209 157,209 0000000000000730510055af269a25bcb45b97d8c80f575b3719388698c3dd66 0.01 MB 24 110
157,208 157,208 00000000000001861eaddaf1f7a0ed338d5d87b27ad371f4431898a44875df1a 0.00 MB 11 50
157,207 157,207 0000000000000700aca1de1b45943028f1749c101d3969134cec918f5e3ec7e4 0.01 MB 29 193
157,206 157,206 000000000000093b075e9d761989c9cfeb9a6ae6757a052ac035db2970a1314d 0.04 MB 142 14
157,205 157,205 0000000000000b3fdb6ed11cbc72e6175121aa12efb6cb13954058258c35d6c1 0.02 MB 36 71
157,204 157,204 00000000000002e20847985666454997b4935a5ca7ad56c027ba76c510bad13a 0.05 MB 131 31
157,203 157,203 0000000000000b33e07d56e48b63d532f69f4801795e7e7ad14df727d3b266ac 0.02 MB 35 68
157,202 157,202 0000000000000985f10ff5ba1b0472c8c9cf911724e87e6f502c4f6f9f2b6c81 0.01 MB 18 50
157,201 157,201 000000000000034cbbc03b7f2672c0853040d39d480581483913f22387e0e15b 0.08 MB 30 729
157,200 157,200 000000000000075dd20a60abf06a789880076cd2cae0903d99d028b59b11b5f5 0.02 MB 52 0
Previous 10 blocks ↓
Total Size: 768.88 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,589.14 GB sent, 92.15 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.