Memory Pool Memory Pool Refreshing

13,802 transactions
4.37 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (23,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,814 883,814 000000000000000000006de9e543f2fd06327056e4465132fd8488c0c1d99ad9 1.55 MB 3,078 3
883,813 883,813 0000000000000000000249e819feb019f4a4636e51a68ed437b91638743012de 0.36 MB 753 3
883,812 883,812 000000000000000000010f6caa85a84b666f63ce52911edd5d7515f064a5bcd2 1.83 MB 1,865 2
883,811 883,811 00000000000000000000720449674ba91193b862e1b98bf797a5adf3baf4c141 3.64 MB 1,062 1
883,810 883,810 0000000000000000000215532ad978baff3bc472c5cf13834680ecf5ce62f0cc 1.74 MB 2,761 3
883,809 883,809 0000000000000000000098472e6e6eca68d49b1628d1d7aa98f4f21469273629 2.81 MB 701 1
883,808 883,808 00000000000000000001a80e0973cdd5e659795079a86ae008398a7098cb0433 1.53 MB 3,287 3
883,807 883,807 0000000000000000000152e76779ccd532f557aed46d3e8c13a5793e9ae42fc0 3.20 MB 1,288 1
883,806 883,806 00000000000000000001649047c82fc6eee73ce91008c82d54785dcad4e845c9 3.04 MB 672 1
883,805 883,805 00000000000000000002377a9a7e4f857a00cd05ca7aba2831a3c5ae2b9f80a5 2.02 MB 1,138 1
883,804 883,804 00000000000000000000c7e1a84b002a6ed4bca1815b3fef5bb2614edd56d6e3 1.95 MB 1,467 1
883,803 883,803 00000000000000000000379a2604daa623996f6bf828d9bfb4a7319a631e1e7f 2.14 MB 856 2
883,802 883,802 0000000000000000000216ae2c3c12f20cbb3546a04cfb521c8ebaa72eb32f3e 2.10 MB 1,383 2
883,801 883,801 0000000000000000000116fa09bbe032a3b860bcb6bcd063875a3dd1b2f4beb6 2.16 MB 300 1
883,800 883,800 0000000000000000000001089fffa6ccc546f3d1da340dff23d6dcb3927aea42 1.51 MB 3,015 3
883,799 883,799 00000000000000000001a4674b1472f182f1268d4718ff3d4d57324596a12603 1.62 MB 3,066 3
883,798 883,798 0000000000000000000037677ca092678a1b654ec2a1e4cb89a85d3e8de90aec 2.08 MB 1,258 1
883,797 883,797 00000000000000000000ad86b4156e43c69d3d66a2c1d580ea86dbce95028d4b 1.59 MB 3,024 2
883,796 883,796 0000000000000000000199575f6cfd2a7679c86051eab07b2d0f311842903e57 1.59 MB 3,105 3
883,795 883,795 00000000000000000001d1ebf015d95914eeaed507ab68f6c919cd05c09e0d11 1.59 MB 3,024 4
883,794 883,794 000000000000000000026afcc76bdfcee22812fd9a9305a36398101a8cadada1 1.48 MB 3,376 4
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.