Memory Pool Memory Pool Refreshing

34,040 transactions (10.82 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (7 blocks)
  • 5 sats/vbyte = (5 blocks)
  • 6 sats/vbyte = (4 blocks)
  • 11 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 61/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,905 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,608 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,904 (856,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,535 52,535 000000000fca130a1e3b9fb000a9e7b5a498ecc22ccbdb8c7790cbcc8445b259 0.00 MB 1 0
52,534 52,534 000000000d05ea62f964b176f474f3d3d0a5385baa59955420f61f171f7d3c5c 0.00 MB 1 0
52,533 52,533 00000000021e69bc6ba6013c398f7c38d357779a441c2e3775eb3cbc7a77e6aa 0.00 MB 1 0
52,532 52,532 0000000005058cda556bed257fdfda541780500d3f48f0529395a6764a865698 0.00 MB 2 0
52,531 52,531 000000000fceb235579240ddb22ce164eab1c3ef61f7a4e58ac20d6033f97ca9 0.00 MB 2 0
52,530 52,530 0000000003289ab19683e340114e7e240a518649a2e7a07424a40dd7a043fd3d 0.00 MB 4 0
52,529 52,529 000000000f745fed205f829a3b0c23f40c6457e2f12fb3835751d83be6687017 0.00 MB 1 0
52,528 52,528 000000001024d6db242b6939a1611731d8516af4260ccb858889e5fac996223a 0.00 MB 1 0
52,527 52,527 0000000008595182fe5d1a56bbfea51eff7f7a931cda96a2de072b729bddc69a 0.00 MB 3 0
52,526 52,526 0000000001f01afa058f7a84cb2b01dd83f5a761864e71622fbdd76d31a77bff 0.00 MB 1 0
52,525 52,525 00000000140768c571161eb48e55613b0f207617fc5198f813fff24a21ca7bfd 0.00 MB 1 0
52,524 52,524 00000000121f35fc4c35747fd65e5f360f629b4e4ae9e801d08753b4ed823c95 0.00 MB 1 0
52,523 52,523 000000000d22b7c9b72a23b3fd73d2535f8dda22c7d4279ef016c16f9df5c062 0.00 MB 1 0
52,522 52,522 0000000015bdeb46ed066aa03e4259043ca995db4753e00bff1d7862819ae72f 0.00 MB 2 0
52,521 52,521 000000000a4f66f038a728a7b795bb10c4f11b80c774bea1e1d9ab448abe5fcc 0.00 MB 1 0
52,520 52,520 0000000013f75b8eb46eb5229816efdcf75c0da453addeec1031ff148d6ee400 0.00 MB 1 0
52,519 52,519 0000000003a6bb6d6a77e3a31895fe8a280790f4d0b3a19df4c2f6d556e3a779 0.00 MB 1 0
52,518 52,518 0000000002e4e71f8afc02b5f8a0d0c8082231925c8c647d1424a689d7fe7845 0.00 MB 1 0
52,517 52,517 000000000790279545023a6d4ef65a124cc00ebd548bfb9d3b14d9ef77860b11 0.00 MB 1 0
52,516 52,516 00000000150d944f92cc0d8ff6dff9dd69ed0e02458bc9407a52007808fbe9ed 0.00 MB 1 0
52,515 52,515 000000000768b0112b65ef6bfffe65c56b3948600b506265b6d9d44e1dea3238 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.37 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,863.81 GB sent, 104.25 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.