Memory Pool Memory Pool Refreshing

1,923 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,905 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (792,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,346 115,346 000000000000c942da455d7092b0554072129c2c9f78e10d00193182f59c324c 0.01 MB 21 1,670
115,345 115,345 000000000000bb8466d6f1a09e69db53010240211b31f7c4e167250260317fe4 0.01 MB 23 1,038
115,344 115,344 000000000000cc4bc49d6bbdc3ff0a0088c98cadfbd17b0fc78a12026d7869d4 0.02 MB 21 546
115,343 115,343 0000000000004da1aafe328d7135d1bf5b2d18d0ca0ef89c6a39ed0cd140d460 0.00 MB 9 0
115,342 115,342 0000000000009087779e5aa10ffdc5352881c31c5e042ced66da98dd1ca328bd 0.00 MB 8 0
115,341 115,341 0000000000000da84ae24cea65e7127148388f014bcbd626005b7c60048e3889 0.00 MB 11 435
115,340 115,340 0000000000004f2ebf3bf1ae728ad65855cda2f0904417c24a7e49e9eb287472 0.02 MB 31 636
115,339 115,339 000000000000d3cfc12c4a4368ca440291b2ee8ea812a5c72fb3dab774281299 0.00 MB 8 359
115,338 115,338 0000000000006fc851fdf8108dbeb092a50673557d28dcdd0046bc6bd8a0b4ee 0.02 MB 65 194
115,337 115,337 000000000000de8c7c8ac4fa575e460833637e1c7e80cb1ab106f120c633c9dd 0.01 MB 29 1,531
115,336 115,336 000000000000d75f1ddbfd8ab2e05501bc767705b2e6f0918e1236d3aa9a744b 0.00 MB 9 0
115,335 115,335 000000000000801664c20d7c6310f24a70758263dca594563f3acd994d5d83e8 0.17 MB 581 59
115,334 115,334 000000000000dd291c626d5c336b383c9608d463d3ce771aff85a62cd620edb7 0.00 MB 14 854
115,333 115,333 000000000000d111456242fe02574760a311e171c04ced92ec31a99b8ff04546 0.00 MB 13 1,764
115,332 115,332 00000000000000c8a14601722f52d08388db50234df7a1996cecce7b35963794 0.01 MB 18 895
115,331 115,331 000000000000cdf04d41cc9d94b1aab346257bf3559660b15eed251e11ca097a 0.01 MB 17 1,635
115,330 115,330 0000000000009f07ff1e82acb04a0ab5899784b6be3afba9824ed4407adacd94 0.00 MB 5 3,879
115,329 115,329 0000000000005dc0ecc5bbbe909057cefa7bd52ead5917ae2348dfec5ca4ebd6 0.01 MB 5 0
115,328 115,328 00000000000034354fe124c8041908e21309d621c8742b227ff26ac342b343da 0.00 MB 16 1,537
115,327 115,327 000000000000220ac64aed290299ef8158c397ab8fc0da636a4a9a6af98bbd2d 0.00 MB 15 1,729
115,326 115,326 00000000000001b0bba1ffcd47c578e46fcaca43c766cfe2ffd596e0ff869785 0.01 MB 10 288
Previous 10 blocks ↓
Total Size: 769.31 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,642.74 GB sent, 94.47 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.