Memory Pool Memory Pool Refreshing

10,276 transactions
4.67 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (7,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,720 900,720 00000000000000000000ee602822691a1913bcbc7624d57f9073c12bde8491ba 1.50 MB 2,079 3
900,719 900,719 0000000000000000000191356ba4f5e0ec05e3590131f18e3ef2d505addccce5 1.57 MB 723 1
900,718 900,718 00000000000000000000253d4fb4a89caf8d5945735614ec22493b8e2c56bcda 1.48 MB 2,390 2
900,717 900,717 00000000000000000001335e4d166f77dcee502c4797f901470893de50758d1d 1.60 MB 2,194 2
900,716 900,716 000000000000000000018979260acdeacf84ca7949fcd36a8c9bebfeebdf9634 1.47 MB 2,507 3
900,715 900,715 000000000000000000003ff4006859450a064cf6c18f3b60b0c073b98055b98f 1.15 MB 732 1
900,714 900,714 0000000000000000000217bd262a725f75b1599c455fc4e4b5f0a3469421deb7 1.40 MB 1,359 1
900,713 900,713 0000000000000000000141bf78cebd680850f1d56524f57e43f3d1251c0c7dd5 1.50 MB 3,516 4
900,712 900,712 000000000000000000020b04e8a0b9e5a1ceba1ec4e15a0f7d76d99b40ff4f3f 1.55 MB 3,646 5
900,711 900,711 00000000000000000000b71bfbc1bf979de26ff756b04920e46d53691358416d 1.45 MB 2,420 2
900,710 900,710 000000000000000000002a9c2ddeb9a8fef09d3ae1bf65a4954873ae23d79646 1.39 MB 3,044 1
900,709 900,709 0000000000000000000028f1bce76b3339e82fe26fe2bda691595763eea3e6d0 1.51 MB 1,040 1
900,708 900,708 0000000000000000000031afe85e209b9827854a951ea74b76857f9b5d6e5cde 1.67 MB 1,340 1
900,707 900,707 0000000000000000000105704e396f063fff25d74a4e34ce8f85206d7c811bbd 1.43 MB 2,641 1
900,706 900,706 000000000000000000012834964d3cee6e2a5939166dd5ce6a7fde704bb36d5e 1.44 MB 2,944 3
900,705 900,705 00000000000000000001d42536b7c06a43a2e14e96f04ba4ab036000e728e15e 1.40 MB 1,800 1
900,704 900,704 00000000000000000001fc15d51e4f63571f7cfae0f156430fb852917df49fc3 1.52 MB 2,449 2
900,703 900,703 0000000000000000000085d09e31444933a7ec340cf9992d8a9ffe59af5a396c 1.40 MB 2,663 3
900,702 900,702 00000000000000000001c208394c43ddf5acc457c94fb047622b2b5616441a96 0.42 MB 643 2
900,701 900,701 000000000000000000022177edfc680f1b7f85019899fdd2427b3e4f30d81093 0.91 MB 1,260 2
900,700 900,700 0000000000000000000109ac594a09e6d42c15896e8fc1301621df9dc62c1929 0.99 MB 1,618 1
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.