Memory Pool Memory Pool Refreshing

3,592 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,921 (797,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,304 110,304 0000000000018b4a6aa1f022f8c062c49dc9d3eb848937d503f552c09aed95e3 0.00 MB 4 1,338
110,303 110,303 00000000000044f0f2bbe212cdff001ccbf7839f4f50561f457664b08c7b8790 0.00 MB 11 344
110,302 110,302 000000000000f9ac8c732b77b969c59bef51936e581f6e55e5822cac9e8711f4 0.00 MB 10 0
110,301 110,301 000000000000e1882a4d9b13215fb5f1ae8cd68276f622642b53ae9afb83171c 0.00 MB 8 0
110,300 110,300 000000000000b8c3ad583c44e2655f5384f3e4e6a1f2a932b512ecc69a07cc24 0.00 MB 17 250
110,299 110,299 00000000000076089ca5b5049e78ffc174bedf3ee8d0fbf83f77d6846d932d1a 0.00 MB 1 0
110,298 110,298 0000000000016414548fabcffc14f305cc65362fa3069d69a896ab57a72ccb7b 0.00 MB 1 0
110,297 110,297 0000000000002846a3ccb665ee14ba237155f52266154772dfc0d5c6d9ee2bc5 0.00 MB 1 0
110,296 110,296 0000000000002a3de8a406e9a5647d94f4b4c1a36669a5cc33e057d3deed661a 0.00 MB 6 0
110,295 110,295 000000000000e4edc30c8967b719ef819d62d5d739c27ff066f0313949d14697 0.00 MB 5 0
110,294 110,294 0000000000018cc34b8f7b76ca69d6f532bce246f760c73da7ccbff78facbba2 0.00 MB 2 0
110,293 110,293 00000000000114f3500076e1ffdafb5a8c812fceff445627079f960ea7f4e7a4 0.00 MB 4 0
110,292 110,292 0000000000013f97e1cacc2158b22cc83466a45aa3a3cfeef1e9d75e2401ac41 0.00 MB 10 0
110,291 110,291 000000000001047a7155eaa47fc7cfe8fd5b9bc622a1309fa117bd5313825637 0.00 MB 13 0
110,290 110,290 0000000000013e13a42e91b9319d2057fc07706aa59c47ee409f786892d4e91e 0.00 MB 5 0
110,289 110,289 0000000000017dbb08c19d85e0613b71717bf2e6d74a07ecf42f7e75d6d9a7a8 0.00 MB 3 0
110,288 110,288 000000000000daf77dbb24ba3b1a83771bf28bacc27c67dff0ba9fa8f3ac5bf5 0.00 MB 13 0
110,287 110,287 00000000000020130ffbc2940826a6ebd7b4159b9e047b0c3042053f09d066f4 0.00 MB 12 0
110,286 110,286 000000000000a966409cb51cdbeada173e3299f8152bc323b9fe504d9601a7bf 0.00 MB 14 304
110,285 110,285 0000000000011cc5ea864c4833ada5288381dac274ae4980ffcb6c2aa082ee19 0.00 MB 3 0
110,284 110,284 000000000000a1acfed022d64d10cd64c05bfb015687e0f3d86abce9922a3eac 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.39 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,644.45 GB sent, 94.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.