Memory Pool Memory Pool Refreshing

12,754 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (702,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,614 205,614 00000000000004382f0a90144787c07d258a6603d30ca4e06f4dc0898f3a42da 0.10 MB 171 146
205,613 205,613 000000000000016ce427790eb21a4b59a68c4e8e0f36ac32d9b6be10e8a35de7 0.05 MB 96 160
205,612 205,612 00000000000001bd5cde791e545dee7da6c0705c4d0c87402212a0831c13588c 0.19 MB 600 228
205,611 205,611 00000000000000c976c71b12dcc190ea8940eb782ad62474e3a9bbd80978221b 0.08 MB 105 145
205,610 205,610 000000000000031bc6014b744965584383c8a044d06956196b5255cccde8d446 0.09 MB 222 201
205,609 205,609 00000000000004917c517ea9b8e0238b448c7587d46ffff640cbc08b23d8e485 0.14 MB 243 141
205,608 205,608 00000000000004b110004290eb97271cb887f50733e78e19d730b6b703f615b1 0.06 MB 82 121
205,607 205,607 000000000000043f50e8d297d2fc7bcee84f89d679e0929ef1f3b8da0fa24235 0.23 MB 508 157
205,606 205,606 000000000000040ee19f9bd0ef87a50be5fec92f6277c02752135c54d69601a8 0.05 MB 132 114
205,605 205,605 00000000000001c1c0544c631202804b685f259267b89ac69da60041573ab243 0.25 MB 541 167
205,604 205,604 000000000000046cfc5b2fa2909764e72cc6cfc76740b6a1acd8246b40fd9cb4 0.05 MB 119 226
205,603 205,603 00000000000001af7bc41382e2220698b93ff9e3b82bed8865715b85751160c5 0.00 MB 4 0
205,602 205,602 000000000000038911b7686a6a95e81ec2cfe541bf28f6d3c57038480a783cc3 0.05 MB 129 185
205,601 205,601 0000000000000490a0e80fd141a3eb821a994682716b5af549cae10f23e72d87 0.27 MB 360 135
205,600 205,600 00000000000004f430ab511411c83de96a34a2e3dc231d91423cfe48843cb5bf 0.19 MB 421 226
205,599 205,599 00000000000004ab5cb82bc0d839266530185714372e627382c78dd530685774 0.07 MB 240 35
205,598 205,598 00000000000005362f53c3927be5566d064916e3dca81854c6549416743f11d6 0.34 MB 560 176
205,597 205,597 00000000000004091a3de8ba6fb0c61175f64980c5e0a2f9d799647322b9839a 0.04 MB 55 79
205,596 205,596 00000000000005420e234819150e564686491d41e15ada56bdb13ca926af47c9 0.14 MB 339 230
205,595 205,595 00000000000000cb9185c6d86cb795c6469601be56c2d70692cfd959ebbd6b22 0.13 MB 371 214
205,594 205,594 0000000000000051df980380f048f4fc36d96bbff229f6d16197bd1771eb798e 0.32 MB 573 145
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.