Memory Pool Memory Pool Refreshing

4,836 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (638,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
269,831 269,831 0000000000000005f07e0e7154cd323bcffb9d6632d14b0f78301af2fd49aa9c 0.01 MB 17 34
269,830 269,830 0000000000000006e05c527f19b46a0118fe0a84028c9f85c2fa8c5ab129b166 0.16 MB 368 52
269,829 269,829 000000000000000111c7a3f84ebec88de4761f636b3e250afbee96bbda04cbbb 0.20 MB 420 51
269,828 269,828 0000000000000004ff1fae9ad5684dad492fec2617e3bab04b9840670b2a64cf 0.14 MB 221 19
269,827 269,827 00000000000000074c6b476e0c4a579e703c14eebb396f118a72710a42368a25 0.16 MB 431 95
269,826 269,826 0000000000000005e4016d8a401af5d48445331375503be3d156c689c6df4509 0.05 MB 137 43
269,825 269,825 000000000000000200830cdd4cb81e99407700592020c44cce105bdd390db00b 0.18 MB 447 57
269,824 269,824 000000000000000546bc970a822662e44640156c9c75a85ee2a0d33e5c6a80b2 0.26 MB 420 48
269,823 269,823 00000000000000053252c94c81b326f52e2f3eea0181d2c3eedf9ca98702d433 0.25 MB 619 69
269,822 269,822 00000000000000034656720526f33f40b34d6d7aefd3c400ed1d18944650d283 0.16 MB 229 48
269,821 269,821 0000000000000006764966835f9dec4ff6d99d74e6bda79c6b33df86582e521a 0.04 MB 93 54
269,820 269,820 00000000000000026d196c5f090e32ec0ecfca393b8ac5332abbed1a8a772380 0.19 MB 287 56
269,819 269,819 00000000000000028e23b672fe8cd37638b47f0e1325af33766253afc68a3914 0.07 MB 134 13
269,818 269,818 000000000000000083b79631a879116a32af39fba48ae865830f64008e89d5f8 0.18 MB 357 40
269,817 269,817 000000000000000605779d430ce2362f481d654e80cbf11b6b396ed34b7ade4d 0.02 MB 51 51
269,816 269,816 000000000000000627826c7e29ec10aee0e440d96661fff24642efbcb80b86fb 0.00 MB 1 0
269,815 269,815 00000000000000062621b7181b5093b0eeb52fe372e32999c9e1ef10bf7316bb 0.12 MB 189 60
269,814 269,814 0000000000000000b72b4b2959c668b41c9fa086269ca9dcb753ff752c5c2aa9 0.04 MB 59 48
269,813 269,813 00000000000000027e850ae1c84bcd60896a39429287af5c041a83cc0085c224 0.35 MB 781 79
269,812 269,812 0000000000000003954eea79775853e2c6621aedd0bb06aadea5822134ecb43a 0.02 MB 43 27
269,811 269,811 000000000000000601cb5d8c2545486b52904cefa8b8b5742f698520569e5b4c 0.14 MB 301 68
Previous 10 blocks ↓
Total Size: 769.30 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.60 GB sent, 94.42 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.