Memory Pool Memory Pool Refreshing

7,408 transactions
2.53 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,846 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,847 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,845 (592,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,290 315,290 000000000000000014fdf9499e4c7de5ac1c589ed48fea86b0d202af7f1cde5f 0.23 MB 291 19
315,289 315,289 00000000000000001342b6b6ef5a807b6a6f867d90d5dd3a0a298ccb287f3837 0.00 MB 1 0
315,288 315,288 00000000000000001e10d6ce9350229ed08da6f71e388e647cec6648ec3574a9 0.11 MB 172 24
315,287 315,287 0000000000000000091ee254a169f63ba7ae83e96113726afe5107df141d96fd 0.16 MB 247 22
315,286 315,286 000000000000000013522a6c7957804e913e8de225e08253885b9e0af3014560 0.75 MB 1,367 29
315,285 315,285 00000000000000001446b5cfeea45177e77b45a5f7c48232cadfabc36d4551b3 0.05 MB 118 27
315,284 315,284 00000000000000002ef21553c2c8b8330548a284bf0c4f40520fed220b8009de 0.28 MB 447 31
315,283 315,283 000000000000000016cd23b56123bde62aed6186f99f700c1f53b99b3355d6c0 0.10 MB 271 39
315,282 315,282 000000000000000004400dce0624714cafefa11a1344cb68d53327cbdf7a8991 0.69 MB 1,347 35
315,281 315,281 0000000000000000258c2899f5c376d11588338cef7ad6ace681379445eba00b 0.49 MB 839 27
315,280 315,280 0000000000000000047b9dd3dfc902d28454f9ca2a4ff35a80059ebe2190dedb 0.15 MB 512 44
315,279 315,279 0000000000000000345734a04f584db3e4cdb4cb1a4b5601aea1541e3a54c1d2 0.75 MB 1,336 28
315,278 315,278 0000000000000000033281306c151983ae7f2e0e9beaee12b97d8ccc49ebab67 0.57 MB 922 27
315,277 315,277 00000000000000001c157a6ab7a7f0891832a1617aafa23d9b80d01ae03a1c7b 0.09 MB 115 10
315,276 315,276 000000000000000001763a99beba5d1914eb7f23121d0b1ec56fde0a1d283ed8 0.12 MB 113 5
315,275 315,275 00000000000000001bb97a0690b96a2d480309bdcb370d1b3b74106a8452fec6 0.64 MB 1,064 27
315,274 315,274 000000000000000008469a1c1a881a9ad2b563bedc75aa822de49b808461afa5 0.27 MB 502 31
315,273 315,273 0000000000000000368edd1d6f962e7e4c7ca7f9dd74bbef88a0c407f8df0dc4 0.75 MB 1,544 30
315,272 315,272 000000000000000033b8999d4270ebe01d69f8c591390388c908578603f6ec3e 0.40 MB 671 24
315,271 315,271 000000000000000002b887406de8411b920fe6c78cc89b0841aa284306007890 0.29 MB 522 27
315,270 315,270 000000000000000000d4d4e925ae2ea4e874d8db75d688a4f9b4e30bc2fc6301 0.12 MB 213 29
Previous 10 blocks ↓
Total Size: 769.25 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.18 GB sent, 94.19 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.