Memory Pool Memory Pool Refreshing

2,876 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,879 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,347 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,878 (592,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,646 315,646 0000000000000000226399eb44eba85df2d4ae37afafeaf5e2c2f7a10a6402d7 0.12 MB 148 21
315,645 315,645 00000000000000002e5270e24ad4a1d1836a36db8359bf257f98cbf9a1a220a7 0.32 MB 569 28
315,644 315,644 000000000000000015a920c3a54d05fa497db58a9e0c54c324821e879827c1b7 0.75 MB 1,171 25
315,643 315,643 00000000000000003500635dbc09c016c421a14d2790e8129762e3d3bc3814ce 0.18 MB 265 18
315,642 315,642 00000000000000001603e9ec8412d15bec42d69db64de6aa13b0e19d96e45593 0.09 MB 164 26
315,641 315,641 00000000000000000273757eac84d619de797612891a910bbf67b6a463a20962 0.37 MB 463 20
315,640 315,640 0000000000000000143fdbc03b1e940e9bf10418869e14604e5a42f6b236fe14 0.06 MB 128 27
315,639 315,639 000000000000000015594d492dcc3f3811193eb10d034d2bcc10d7999ed35fbb 0.75 MB 1,590 31
315,638 315,638 000000000000000013021d34879bab86eb3cbb77bf7b11e238af29723e81d986 0.25 MB 461 27
315,637 315,637 00000000000000000e7936b8b9c6304a156be5897ec04e5ef0a14b056ab89635 0.25 MB 543 29
315,636 315,636 0000000000000000014ef9709b6737703d09c7389bb38e6aededc7ab14a9a24d 0.15 MB 329 31
315,635 315,635 0000000000000000009c0f1fb5fd64edc14eb60aa7ed37955a1956f836174177 0.41 MB 731 26
315,634 315,634 0000000000000000054eb1e3b82e70dc4325f9292691908cfe7e353e9b0b5920 0.45 MB 737 25
315,633 315,633 00000000000000001c5f8dd2d3bc0784e7b4aa4a8ed566edc6772a9768f8f69b 0.11 MB 141 18
315,632 315,632 000000000000000031d693a4fae8c8b47e3ff28b66c84838a20d396e7e1897e5 0.27 MB 437 25
315,631 315,631 00000000000000002eda55fb57a823f51871ad8c27ed088f50d51cf1b743e620 0.19 MB 267 21
315,630 315,630 00000000000000000822d97cb85821ca10fd1936ed1fcbc9c554321d8a0fb1a0 0.11 MB 256 31
315,629 315,629 000000000000000032f05463029768a71f694d57a3f629c47575bce8503b0c9b 0.09 MB 49 8
315,628 315,628 00000000000000001ed7dbabfadac8eb1f823c594d4473c60a3f37fad342fb34 0.18 MB 321 28
315,627 315,627 000000000000000001ea163e113b1e35d01e95bfe3f8a73912d555c3e1c63187 0.44 MB 819 30
315,626 315,626 00000000000000001faf15cdc2f87f6220f92da353370855506c24f75d9b0a80 0.51 MB 667 22
Previous 10 blocks ↓
Total Size: 769.31 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,642.88 GB sent, 94.53 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.