Memory Pool Memory Pool Refreshing

7,933 transactions (3.61 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,887 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,143 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,886 (861,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,713 47,713 0000000024cbaac2072294d18c7b5fd7f8f55040c05baaa0a25f624c839eb43c 0.00 MB 1 0
47,712 47,712 000000000fe84aec262e90e5522e40cd37f1c95facfc748d6e6072cbb7fec648 0.00 MB 1 0
47,711 47,711 0000000005408a3c2722f4baff2dd47a0f8f2858f907d187e7e0f53844304809 0.00 MB 1 0
47,710 47,710 000000000d7e0049f50d0b8b6de9e8a36e97abbd907d440d9dc8c75c58a028be 0.00 MB 1 0
47,709 47,709 000000002adb50d66c25faa3dc1b729bf1f876ec98bf5e8e50e0ad9fcbcd24ce 0.00 MB 1 0
47,708 47,708 000000002159b3a238d0862b64dc66ce551427b0d38e05325629ed3d7fc36027 0.00 MB 1 0
47,707 47,707 000000001973d61d0c234342914447eac7499514c59671d6a5d4e62cf834e6ad 0.00 MB 1 0
47,706 47,706 0000000031e7b5cb146f871d292a394971a162d105ed4a774124c6bc6f0d79d3 0.00 MB 1 0
47,705 47,705 0000000011c4567454b81d9db0aa3fc3119d826a17f4e452825ef18a5abeacd4 0.00 MB 1 0
47,704 47,704 00000000243ca29e7c6a799586a11a9d81339c38a12f686fabbc744bd0d9b4d2 0.00 MB 1 0
47,703 47,703 000000001e4210783223dc805ad1420d1b7bac2fed7825b762eaf6bf8a885695 0.00 MB 1 0
47,702 47,702 0000000008add3d2573d8e37f0706b2ccc6086928fb57b1e670899a5df73ddce 0.00 MB 1 0
47,701 47,701 0000000036a54f3029272377768c379eb30c8219672e3a2a1bfe3db0eb4fc8cb 0.00 MB 1 0
47,700 47,700 000000001bd770c4cc8a81ce0dd79b0e57e5216a438c5461b8af71801f9d1468 0.00 MB 1 0
47,699 47,699 0000000018ff65166a1f9e2e00725cbafa18656a13de9de6b742fd26637bcdea 0.00 MB 1 0
47,698 47,698 00000000299e423aaef4d84876e592abe1a345332b9140bc1ad27afca9255804 0.00 MB 1 0
47,697 47,697 000000000a85bdf419a9afd385e60e4052aab98e871a43e66b5c6aac7e96f2fe 0.00 MB 1 0
47,696 47,696 000000000d6bd2442a635f70830d02a035aa818958eb947469085f55a49c6f71 0.00 MB 1 0
47,695 47,695 00000000102435ec1c981e3b4c739ebb44c62d16de578e942cc47ae327357ddc 0.00 MB 1 0
47,694 47,694 0000000030c8780a6e9637ad51361d6b9eb34f55603f43eb9b9be0ab9fc0ae77 0.00 MB 1 0
47,693 47,693 00000000083b3bcc118f40e384f180715742834e035d5078705c4982cff45fe0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.34 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,863.03 GB sent, 103.89 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.