Memory Pool Memory Pool Refreshing

2,168 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,409 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 2,163 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,408 (826,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,991 81,991 000000000034783593491ccd0a5949020cfb4fbcd002f12d55c551f417c55f94 0.01 MB 8 0
81,990 81,990 00000000002e2fbdc56676f02d7dfc0f3a0ca007bc4b5ffb6d88c30dd2356812 0.00 MB 5 0
81,989 81,989 000000000004661a9ec34c9cfad899e08c2b75210b01ae43648ea5081dccde9c 0.00 MB 4 0
81,988 81,988 000000000006ab8765b72bb6d532c5af9ce2a5981ba9828c930ab45e611cf01d 0.00 MB 2 0
81,987 81,987 000000000037382f21830d31c78ca2acaa7cc456aa71607138cd0d783f25d5a7 0.00 MB 4 0
81,986 81,986 000000000041013c95935f1839ad9963889a3b6afdbe9a493ff4845d396ae029 0.00 MB 11 0
81,985 81,985 00000000002daedde829244605e194c9b436e0abf4206a18f0f6272e8bc2bab8 0.00 MB 2 0
81,984 81,984 00000000000dd31cb4b959ece3915bf82aeaa3b0ba6fd7ff58eb1ac3f1770bc2 0.00 MB 3 0
81,983 81,983 00000000000600f83299b142ffa3960bb295f2a9cf415074bcbeff2cbdb13ff9 0.00 MB 1 0
81,982 81,982 000000000008be0eb222c572a4223968b613c9eefee876fbde58a50879c32f60 0.00 MB 5 0
81,981 81,981 0000000000162fa6af5fe890d002cf95183c2fd315e61a7bb516b2c4d8b9ae1b 0.00 MB 1 0
81,980 81,980 000000000010018201f34103f8ab4050b3dace095088b4f46eebc566eaa8a1cf 0.00 MB 8 0
81,979 81,979 000000000005ee9b74ba23ebf697204c9d836ec8a8f67672a0871557a2225026 0.00 MB 1 0
81,978 81,978 0000000000352f8c99f5420301f01a914f5067644438c0ae0aeab41ad929940a 0.00 MB 1 0
81,977 81,977 0000000000236fd4314bad497f472fc01c58095655a0d08304c7b90f45686945 0.00 MB 3 0
81,976 81,976 00000000003c6dfd7cbd2717206918fc3fb5dd40a8da20b475da712844c331c1 0.00 MB 1 0
81,975 81,975 000000000006fa59e78f63bffb9ee6b95138d17c06a5ab3416d9c7e57602c89a 0.00 MB 7 0
81,974 81,974 000000000034ca65dca0e888f020024681576814c89b15bb91d95a89fcdfbc61 0.00 MB 7 0
81,973 81,973 000000000013935c8ab81ed0b952b2b622a77fb7b8cd937874ac5cca7107384e 0.00 MB 3 0
81,972 81,972 00000000001fea533651df63ae1eb6501b550d17a55ab883591a2d4a927908aa 0.00 MB 1 0
81,971 81,971 00000000001650819c0c119c87ad98256ba77c060c3bbb6ea6aaab646ae48086 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 770.46 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,722.02 GB sent, 99.35 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.