Memory Pool Memory Pool Refreshing

9,394 transactions
4.31 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,705 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (47,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
860,544 860,544 00000000000000000000680d10608f523c4c8e5d6f1a0d948cc8e35b6ceed67e 1.58 MB 4,226 3
860,543 860,543 0000000000000000000294a49d3da0d7c8678c88b7997a8a622236fecb374c2a 1.50 MB 2,762 6
860,542 860,542 0000000000000000000196780fc440882cc5ba785ae8e78beff1d82d48f7311b 1.64 MB 7,068 2
860,541 860,541 000000000000000000027d9c655a1ad78f358ed4ed072859763febe93c433838 1.65 MB 4,705 3
860,540 860,540 00000000000000000001b610176f604bd6a9a5acb30a3bdb806f9b9f9be5c266 1.49 MB 7,511 2
860,539 860,539 000000000000000000021808f9c7960c247865cb03bbca664484496b6bac15d8 1.84 MB 3,890 4
860,538 860,538 000000000000000000010bdb67b39e2e84075bf4bf4a25fed775393cc0a1ec89 1.67 MB 6,343 3
860,537 860,537 000000000000000000024eb687b54c7e4c6bff34ad4df7c0b477e93f6104ee3f 1.63 MB 5,598 3
860,536 860,536 0000000000000000000272936284892bfc321a09457152acf9f43224011144e9 1.77 MB 3,289 5
860,535 860,535 000000000000000000013e0d373ace820b9e827b65a315bbdd8b709e4a06dc0f 1.87 MB 5,574 3
860,534 860,534 000000000000000000016bfa5328337db2f19777b0f69988ec9b35776a9794a4 1.74 MB 7,135 2
860,533 860,533 0000000000000000000213640dff4fb9bef4b4fec92a675ddb1b3b84b5e25cbb 1.63 MB 5,230 4
860,532 860,532 00000000000000000002c36101893450885d2f923e7de78bac9c0784e4ab498e 1.59 MB 7,551 2
860,531 860,531 00000000000000000000dfc0bacc12e5844b3606c5b1b8933c03c042e394c8a4 1.63 MB 4,838 4
860,530 860,530 00000000000000000000f3aafac847008e3a05d1c9d6e1e21f86483a015426c1 1.60 MB 7,194 2
860,529 860,529 000000000000000000029ccefd04ee6a8dd93b205ea760649c8815409f5c8e2a 1.61 MB 6,725 3
860,528 860,528 0000000000000000000292846c1da32fc78a32de0aba5aacb72c97294a8caa75 1.57 MB 4,346 4
860,527 860,527 0000000000000000000034e46df074c65e8752495c4c78304a4277c8dbaea819 1.86 MB 4,487 4
860,526 860,526 000000000000000000019763fa0c557baf4ada4b520801f50f4af10a0cd5112c 2.04 MB 1,899 4
860,525 860,525 00000000000000000002b574aacf2fb795f452d16b919c3cf858328425390438 1.62 MB 3,232 5
860,524 860,524 000000000000000000006d6370c09413468b685c3bbe4ca5742e64eda771f5cb 1.68 MB 3,200 6
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.23 GB sent, 93.02 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.