Memory Pool Memory Pool Refreshing

9,358 transactions (3.56 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (7 blocks)
  • 4 sats/vbyte = (5 blocks)
  • 5 sats/vbyte = (4 blocks)
  • 7 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,967 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,741 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,966 (822,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,389 86,389 00000000001789b82edd5b6c80f14f75e2f0daa0798d53f327eeed0581e541d4 0.00 MB 3 0
86,388 86,388 00000000002b969a92d55611bb134f28109134d0f9778b749a2746e8ddbfbc4d 0.00 MB 10 0
86,387 86,387 0000000000118c178c90e76f8080482ed1dd992c0618a509cfe1cc2e4514e44a 0.00 MB 10 0
86,386 86,386 0000000000239548f1c15868c1a9d180133daef99943a730d75517e272faef54 0.00 MB 2 0
86,385 86,385 00000000000828a360cbe37f4c2ec5680709231b4807aed64e74a0c184d844fa 0.00 MB 1 0
86,384 86,384 00000000001a848c4849f426fcd7cb8cafaeb7710dab1634908cb902bae77ac8 0.00 MB 4 0
86,383 86,383 00000000000acd6e7ce5a4106316e27d8a85e04b50ea2b13558205631543c7b9 0.00 MB 3 0
86,382 86,382 000000000015581a0e9273e357cb796fadd31aa9db2a9b0a4f52357a2d7c64c6 0.00 MB 1 0
86,381 86,381 000000000008bd44df7d8272ac4332be2363df723ae4205ab01eeec931294025 0.00 MB 1 0
86,380 86,380 000000000021ac4045c128f2c3d0a9e835e5bbd465ae7043925120bf789ddc2a 0.00 MB 1 0
86,379 86,379 00000000002d314ff3d64ee82782872f461c6b7bf9371103f8a676c8af0b7096 0.00 MB 2 0
86,378 86,378 0000000000241dbe2b2c3dbc1f1ba5d500953504f6d7ae44b7b8f5349ff6081d 0.00 MB 1 0
86,377 86,377 000000000009f0119f539f17315b2ec77b2c2732e6d12b3839c115859a2a7dd8 0.00 MB 1 0
86,376 86,376 000000000020b96e9537e307005631dc06b49c037d28ed29e3aa88ae25e7c5e3 0.00 MB 1 0
86,375 86,375 00000000001f23a7822fb1e813523a7d6975fc119b464846273f4d587d048b27 0.00 MB 1 0
86,374 86,374 000000000026e268b0bfc0997c9df68c4b85f695bcbdc7a823491aee73adcb2e 0.00 MB 4 0
86,373 86,373 00000000002747f9fe34dfe0cb0b412b73fd5f50b670f2a4be142db7fee02013 0.00 MB 3 0
86,372 86,372 00000000001f9070fe9afa1a41c3f0bc3f07cab1a15d44999f2942f81ef599a3 0.00 MB 1 0
86,371 86,371 0000000000120ee051f309eac36b0ad58a2f7079d3c453c87ddbb759fc050fa7 0.00 MB 1 0
86,370 86,370 00000000001a8b77da454e0fad52fca6a277ebd9d562dc8a4017135e54798e6a 0.00 MB 1 0
86,369 86,369 0000000000021f4215dd5bda9793c40707eb200c799d2df5fd7b8cd9ea559398 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.49 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,866.67 GB sent, 104.83 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.