Memory Pool Memory Pool Refreshing

23,922 transactions
23.74 vMB
Show Random Selection Loading Transactions
Max Size: 130/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
4 sats/vbyte 6
3 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
880,369 000000000000000000028c610000000000000000000000000000000000000000 1.00 vMB 2,881 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,368 (3,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
877,320 877,320 0000000000000000000237b15051f7aeb180281a16bdd5a514c9ac525a3501d1 1.88 MB 3,810 2
877,319 877,319 0000000000000000000038e6c23fea2432b18a1c825de63b9f0a5216ef080e27 1.72 MB 3,511 4
877,318 877,318 00000000000000000001f4edf2956e267ee3578573c850e98350526e32a746a9 1.61 MB 3,464 5
877,317 877,317 0000000000000000000114beb9894b55f5520fd1e02e4c1fb46092616e809812 1.68 MB 4,146 3
877,316 877,316 0000000000000000000099d773882ab8750ac77f71f5c569d15c0dfefafeee95 2.06 MB 3,272 3
877,315 877,315 00000000000000000001d475916b9cd24cebbcc0bc2f5b7a8be134209e2f3a25 1.75 MB 2,146 3
877,314 877,314 00000000000000000001e96671b03386e34584fb4beb4f4c15f86f8aa80b2718 1.72 MB 3,579 4
877,313 877,313 0000000000000000000174157d7a96a169b2aafa0e34c68b7b6b662ec105539c 1.88 MB 4,586 3
877,312 877,312 00000000000000000000b2b175e9a8e891e5f8f6c7f305dde81abef4b6bdc25a 1.57 MB 3,198 4
877,311 877,311 0000000000000000000040b784e37fbf29cb5c889791d90ed62834d86950559f 2.45 MB 1,786 2
877,310 877,310 0000000000000000000002c6a3815e6b2216e4c5f48919cfcacd4cdcc4c7397f 3.13 MB 1,223 1
877,309 877,309 000000000000000000022b7851ddaab52bedbbc3cc213d2c9ec7b7fa3c350e24 1.64 MB 2,807 2
877,308 877,308 00000000000000000000d286824403558d16f328b5b0acfa5dbb35226c80d76e 2.29 MB 1,861 2
877,307 877,307 00000000000000000001b4eab2a7a9c0a16050c1f064ff03877b8d0dd5f46545 2.53 MB 1,896 2
877,306 877,306 00000000000000000000ce81c615e276d9b84cb064c3b9994cfc4636bd22eb2f 2.18 MB 2,428 2
877,305 877,305 000000000000000000002154422f680429dd98a6b241bd7287224e55710fadc4 3.29 MB 545 1
877,304 877,304 000000000000000000027fb6e9d7bdfb9806ca99377085d5b571efd549bf22e5 1.78 MB 3,017 2
877,303 877,303 000000000000000000022b50b4cdb1b4a0d1a91238ecd52741df28ee18426da5 1.38 MB 1,786 2
877,302 877,302 000000000000000000023e5559ca3373290ad618d2775ffa4340180fc11244a5 1.79 MB 3,215 5
877,301 877,301 00000000000000000000636ee3d933ea36ce053878a5f172b875b0e99f7aa3e2 2.90 MB 1,117 2
877,300 877,300 00000000000000000000f1cdca709c230974c3556cae47363cb4a06ff65df482 2.40 MB 1,203 2
Previous 10 blocks ↓
Total Size: 719.09 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,821.57 GB sent, 60.62 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.