Memory Pool Memory Pool Refreshing

2,715 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,219 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (9,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,424 898,424 0000000000000000000097fed2beb42adc5c755f9f0708c5087a87b9ceeed8a2 1.40 MB 2,769 3
898,423 898,423 000000000000000000013bb5ff494d2e89e787dba2f6c0040814dd8a3081b6c7 1.33 MB 1,635 2
898,422 898,422 0000000000000000000049393dd6f0f08605dfb38a38908ba5ef235eb7044911 1.56 MB 3,343 2
898,421 898,421 000000000000000000007002c27c9e0eac67c53f4e2093fbe1ef30ff7db799f3 1.42 MB 4,578 6
898,420 898,420 0000000000000000000160698356a598ad642148c89cce88d7ebe4ce7581c5dc 1.56 MB 3,985 5
898,419 898,419 000000000000000000002397c1737c9d9c5d7237168364efbbe911fb8c69251d 1.04 MB 1,723 1
898,418 898,418 000000000000000000015fe4ab710c11eeeadafd93f8ce93ee2e9e807dec7866 1.56 MB 2,467 4
898,417 898,417 000000000000000000004974cb1c3ef40102b1b6186c3c5a422c55637954d181 0.47 MB 905 1
898,416 898,416 000000000000000000019d909792001387c6ac9c201750e4990825e8ed91729c 1.49 MB 2,463 2
898,415 898,415 000000000000000000002c8dd709c674cdb4b13665ef72dcce1286336d88fc22 0.85 MB 1,715 2
898,414 898,414 00000000000000000000f7b80dd643a9c06b3642d23398cae5e09b3bb522c3bb 0.76 MB 1,436 3
898,413 898,413 0000000000000000000201680cd0ba0f97902bd93b588a296283a9ab007576c8 0.98 MB 1,709 2
898,412 898,412 000000000000000000000e6321c2e26288a593a7b992421c5230687d97d2335f 1.19 MB 1,914 4
898,411 898,411 0000000000000000000004a8bca5776dadccfb2539a287c563cd13e7fb51375c 0.69 MB 1,046 1
898,410 898,410 00000000000000000000a1e46506d039c8db0b4639ed141fa0cb5ba287a14491 1.58 MB 1,766 1
898,409 898,409 00000000000000000000ddec448ba51e729d05cd605279fac514d86370d6ccb5 0.39 MB 479 2
898,408 898,408 000000000000000000008741aa60111ff9bcec8ea473dc033e6c43cff713bc6e 1.21 MB 2,117 2
898,407 898,407 00000000000000000000b482d5725df684e0945c3d75c439c2891a1903e60712 0.38 MB 401 1
898,406 898,406 0000000000000000000132100ecb57d913d5473e419ec9ac68c9d6762f757c8b 0.98 MB 2,058 1
898,405 898,405 00000000000000000002191201503bce9dbcbb662fa4618375ddbb31949b64a7 1.75 MB 2,498 2
898,404 898,404 0000000000000000000168f581b8701c4f6a1ef587e20a69d936a7eceb39a65e 1.75 MB 2,741 1
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.59 GB sent, 94.41 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.