Memory Pool Memory Pool Refreshing

2,374 transactions
0.94 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.93 vMB 2,369 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (568,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
338,826 338,826 00000000000000001261a59da184b4fb2ee5e4893e2443d584e9f8bd0fe60264 0.12 MB 187 14
338,825 338,825 00000000000000000b075b19dd8bc37f3dae2729bf1ab9f0626bb7c897825c06 0.10 MB 102 8
338,824 338,824 000000000000000000acd6ea44c96972f2f67ba19f19eb2725b8b8037343916e 0.46 MB 835 23
338,823 338,823 00000000000000000a6e36f5f310f7c01a58a1c3d3f2dd63873379e03a937424 0.09 MB 181 25
338,822 338,822 00000000000000000dd3c4da4bdb7551d8de4a7f8cbf16137477790ab6452b12 0.41 MB 640 17
338,821 338,821 000000000000000008b332686e0043a4b95ca7e46d1b0785536981b543dfc755 0.00 MB 1 0
338,820 338,820 00000000000000001829e20898eaff72aa667d3715a94535afae5ae7ada07bc0 0.75 MB 800 25
338,819 338,819 0000000000000000159e7d66c954312bccb5f12de808f2991b3859205665c442 1.00 MB 2,094 34
338,818 338,818 00000000000000000ab62d34ca1a043f78fecb272510c2514c14b03e85e955da 0.75 MB 1,402 37
338,817 338,817 0000000000000000045d5c9f4ecbdeaf0ea5613f0b0b98a96d4b2f9546635475 0.66 MB 1,083 22
338,816 338,816 000000000000000001fb6de70a24b594535ee31b3aa65ac63f9334f646345711 0.42 MB 646 20
338,815 338,815 00000000000000000d4b0615d339f3d4eca225e812f035af51ffc18ef6fe126a 0.33 MB 656 22
338,814 338,814 000000000000000011abaecd5de564d29bebc7cff25d67fcf2924c3976af9aac 0.07 MB 91 7
338,813 338,813 000000000000000013271b8391cc85b5df6c69e6b5867652446c4bdfa8ec662a 0.65 MB 1,258 70
338,812 338,812 00000000000000000221d7bc347a04d3018c66755349f6de2b858dc85fa81489 0.30 MB 494 22
338,811 338,811 000000000000000017b463899030d6a1ef882751f4139e6f357ea08e0bbce0c5 0.17 MB 188 11
338,810 338,810 000000000000000011ac543884225234f402b320b5fef909b356809feab95e6e 0.90 MB 1,592 25
338,809 338,809 0000000000000000054566bb16b88e6e4c35b59e97bb4719a9c6fc0b84eab4b0 0.19 MB 512 34
338,808 338,808 00000000000000001560d269f0e39d59c5115d5ecb5c371fa04160100a0ed7ab 0.10 MB 177 25
338,807 338,807 00000000000000000c75a010b7d65a19ffcc43c601f82650d86730edcae4bab9 0.15 MB 277 18
338,806 338,806 00000000000000000dfa76142713d922deb4b6ca31352fe880a4ed3e6a8a5b69 0.95 MB 1,135 18
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.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.