Memory Pool Memory Pool Refreshing

2,342 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.66 vMB 2,319 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (593,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
314,267 314,267 000000000000000010bac6ff53ec34af9c946e29347dd9bf67d94305dd820781 0.43 MB 852 30
314,266 314,266 000000000000000022d8a8bbede2b0083b500331ce47dc7ff8fe45eca545a04b 0.48 MB 948 28
314,265 314,265 0000000000000000335e3b64801db63192af2767babc1c4927f2d1f58120aa6a 0.66 MB 1,187 26
314,264 314,264 0000000000000000371836bfca835eeb3a1973fbc6aee74446bf2369ed6ed09c 0.49 MB 544 21
314,263 314,263 00000000000000001288a06e57542ccef6adacfdbbead238b8d1136d075c0b52 0.81 MB 1,266 26
314,262 314,262 00000000000000000cdf59a46c10acd643bbfff19255b5ebee57f8ef9e62f391 0.75 MB 1,605 31
314,261 314,261 0000000000000000337d7cdb3811a370e80f29dc4055ead2105922eea0782f19 0.09 MB 186 28
314,260 314,260 0000000000000000305d897c620fd5398654db64fcb32d4c29501ee28e3046db 0.69 MB 1,328 28
314,259 314,259 00000000000000002dbf1f57004289a5489ff009a9e20da402ad5336976933ba 0.09 MB 256 36
314,258 314,258 00000000000000002d77b1b281491255f249d47e532ddb201c5472affc20afd1 0.04 MB 74 26
314,257 314,257 00000000000000001d1693a449bc190d677136ee5b2db2d44d1d78aee07cfe11 0.29 MB 423 22
314,256 314,256 000000000000000005526d22ad7de684031f4e4efe968c63f12b944c42ce97f1 0.08 MB 152 30
314,255 314,255 000000000000000000fb2aafa969d7393bdc71a0b38239898208992c98addd9e 0.23 MB 391 25
314,254 314,254 00000000000000001e682c110f77189f7bc1b2263b490bb692e9bb5733131360 0.17 MB 343 29
314,253 314,253 000000000000000024d3d15822ed4470eadc3b5faa78df48bf6b58960f41c7b3 0.50 MB 1,028 31
314,252 314,252 0000000000000000098666118e9c471502f6c3b691fbfde8a6432cf099f97f59 0.47 MB 576 19
314,251 314,251 0000000000000000398eba49d4930fa0b2d18053c029ce8efe93e49108372dc4 0.18 MB 512 51
314,250 314,250 000000000000000006de1b0b76dfdba832cb79354686699e404f2588c59752fa 0.24 MB 391 23
314,249 314,249 00000000000000001b6bf74c234faf1a9c5644ceeceaad097e0a8b95cf365589 0.21 MB 313 19
314,248 314,248 00000000000000001d88b35635476445bb1191b9cd281b4364b4468a170254e6 0.33 MB 370 19
314,247 314,247 00000000000000002d0040cbbaef9308eec6203f83264510b73677a8e3c2fe30 0.08 MB 256 38
Previous 10 blocks ↓
Total Size: 769.16 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,632.68 GB sent, 93.66 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.