Memory Pool Memory Pool Refreshing

12,273 transactions
4.17 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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,023 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (47,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
860,523 860,523 0000000000000000000292b647584ae10370f7816258f273c31294db91e0632e 2.59 MB 3,130 3
860,522 860,522 00000000000000000001b95dd0359f8cc99a696a9b2f76676697f3333022b967 1.54 MB 6,790 2
860,521 860,521 00000000000000000002eb81316ddbcb55b6654498d0d9b5189b5e7a401fd7fd 1.88 MB 3,858 4
860,520 860,520 0000000000000000000080eb2d51ea8facaa027caa681a0be27e5c07c44755a0 1.80 MB 5,127 3
860,519 860,519 000000000000000000023b479b0296c84bc14423873ba04a17955528f8481901 1.70 MB 4,384 4
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.