Memory Pool Memory Pool Refreshing

4,536 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (47,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
860,279 860,279 00000000000000000002b429a63c101df2a43546a5e60827ae534d158aec42f9 1.65 MB 7,680 2
860,278 860,278 0000000000000000000254975192166ed3f5f81a85e45d74876e105d728309cf 1.67 MB 3,737 5
860,277 860,277 000000000000000000032232433bb52e2c4c15cbfe936ade1e2d75206e2508a6 1.67 MB 7,155 2
860,276 860,276 0000000000000000000021676ddaf9c258dc238a7cf52ec2add3dbb002d4adf1 1.61 MB 5,842 3
860,275 860,275 0000000000000000000231247d684c4fa277664e8de9460d475d6e14242fc913 1.62 MB 7,144 3
860,274 860,274 00000000000000000000c3d470e30b61976fd8b8450cc6550e41bb3769fddc95 1.72 MB 5,580 2
860,273 860,273 00000000000000000000a980d22be80c449ee4aef2e0b9f68a833d4fb7169237 1.96 MB 1,634 3
860,272 860,272 000000000000000000011ac8b9695e5abf18bef9f81ad5c61c78587ed23426b4 1.76 MB 4,067 3
860,271 860,271 000000000000000000029b90f4973fac2cf363fb0531fb5309e332cc453801e8 1.88 MB 3,802 3
860,270 860,270 0000000000000000000299ef8cf4eddc687ac57d36c0b2bb899e7c9ae0facf86 1.60 MB 3,687 4
860,269 860,269 00000000000000000000ec85d70d4dc15bd6327a4d8309ebfccd4b1be4de4e21 1.47 MB 3,267 7
860,268 860,268 00000000000000000002975563ed746c62b517d3320c064ebf68e58d93f7656c 1.63 MB 6,661 3
860,267 860,267 00000000000000000002356412ae1a6c16518c74de7157e84a542b631814c5d1 1.69 MB 5,788 2
860,266 860,266 000000000000000000014207b64e3358b52bab2bceb604bda0e802b7a207dc38 1.60 MB 5,760 4
860,265 860,265 000000000000000000029ef0b95006e425128140ca89da34324511cd98d34f8f 1.61 MB 6,415 3
860,264 860,264 0000000000000000000143deea82a48d84576c6ff10c575d25f22c4b1cdb344d 1.56 MB 6,586 3
860,263 860,263 0000000000000000000270a5a2bd240ad96ae4cb077d6a5bc4c9b20caf323693 1.68 MB 5,053 4
860,262 860,262 00000000000000000002cb5215e24f722c74dff82d03cae58bb231ea72cbe417 1.63 MB 5,940 3
860,261 860,261 0000000000000000000221c679390054dde8a24a03989712b0739ac4f5310595 1.59 MB 7,206 2
860,260 860,260 0000000000000000000204d44573e4fcec3d7cdbcf1cfdcdf53f8c2a4cc2ecb2 1.63 MB 7,022 3
860,259 860,259 00000000000000000003036a6fedbcbbe544105ab8336798b3166f9c5491629e 1.54 MB 5,310 3
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.