Memory Pool Memory Pool Refreshing

3,808 transactions (0.84 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 7 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,980 00000000000000000002349e0000000000000000000000000000000000000000 0.83 vMB 3,783 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,979 (825,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,429 83,429 0000000000110461cfa8a775178b55c488473e72bb4536501f89db9d6998e715 0.00 MB 6 0
83,428 83,428 0000000000111e7efeb8efc0b06d420c69244dc2097ec30d6effb80a22c5c866 0.00 MB 14 0
83,427 83,427 00000000001bdc8c06ce02a96a549c31c20c89a6e3aec1584ec0d98d68074de6 0.00 MB 6 0
83,426 83,426 00000000000f66c6293757b9d7f223cb138ca3a18de766bc458be79c5a246fe7 0.00 MB 6 0
83,425 83,425 0000000000291ea04b03110bb6d6027100dc837a4259c3a219c6c7bc6e5c8a27 0.00 MB 2 0
83,424 83,424 00000000000d53eec0b6a5fcf15584b502ae81ce2ff5c4efd1cdbd880648e020 0.00 MB 11 0
83,423 83,423 000000000005f242ecdb0cb2abad0f3de7a6b9ad35bd5fc679bdc6c38303a1c5 0.00 MB 9 0
83,422 83,422 0000000000162d01711cff66508681640d75c8b71cd31809deccfc57d2dec3a6 0.00 MB 7 0
83,421 83,421 0000000000175c7b5b4341d5c2a9afd5d3601148193c92c9b186a6b1db8b8544 0.00 MB 1 0
83,420 83,420 00000000000bdb88b4aaa16be3de9fdbf5fa7b21a028032625a752b8a188a118 0.00 MB 1 0
83,419 83,419 000000000017328b7b2b6977ec50218c12f6d84f911b7bfa73128225ed6bbdba 0.00 MB 2 0
83,418 83,418 00000000001c0e342cf511f33147ec558843934fe57850903301eb7f51a9f1ef 0.00 MB 2 0
83,417 83,417 00000000002ac6611ba57472f0ddc3a15f73a97a144cfea1d46a12edf27d5255 0.00 MB 1 0
83,416 83,416 00000000002d26e0f2aacfd2b1c8d54138a83eb02ec162685c1127ea413cd6e3 0.00 MB 1 0
83,415 83,415 000000000022bcaf28fbec5bd3acc979a8eaae3d1e83c193b0ebcf61595ddf93 0.00 MB 1 0
83,414 83,414 00000000001be535402f260b35c779937c8ecb3b8f32cb758b76f17d33dff669 0.00 MB 3 0
83,413 83,413 000000000028c0a3d7e9d8692faf10b932c8d1cca7f9ef48e2ae075fa6f9bcdb 0.00 MB 2 0
83,412 83,412 000000000007a86cfddd0e0961e971e85091bc749e6f5cbd602fdb93222718b2 0.00 MB 1 0
83,411 83,411 000000000006b8b21d533a1c55eee79615db2543d7af5f7cd8c6292ece6ccf67 0.00 MB 3 0
83,410 83,410 00000000000d4ede88092f01a6ec8187dab4fe110b0274ca4863cf176cf232ef 0.00 MB 4 0
83,409 83,409 00000000001c6fc8a68595deef9bbf486fe081187a999e040425cb8bd741ca64 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.51 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,867.02 GB sent, 104.96 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.