Memory Pool Memory Pool Refreshing

3,389 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,357 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (168,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
738,842 738,842 00000000000000000000460649eeecf7db961978669ab449ff895c378cccf17b 0.39 MB 771 11
738,841 738,841 00000000000000000007c659e4f8e9e7b22c775ed33b9d0454ce8376be09c81d 1.43 MB 1,395 10
738,840 738,840 00000000000000000002918f0dd23f2ee8efcf8268e7efb7eec96397f8ef40a7 0.52 MB 918 12
738,839 738,839 00000000000000000007626df48f7f514f7f2e1340bd7284daac88267ff73ecd 1.74 MB 870 3
738,838 738,838 000000000000000000018a571945af0e5d7b6b15b48c47f59759b530fac61cb6 1.78 MB 1,659 7
738,837 738,837 000000000000000000022de1e9506eca7d24d95d1bd054e9d5959dc16f4b77b5 1.69 MB 1,541 5
738,836 738,836 00000000000000000000c80b8e5530abb8a4a29d2b860020470967c9245bfb68 1.66 MB 2,092 10
738,835 738,835 000000000000000000009bab1f133c94f812d62bfe62f7c5f495147d0836ad58 1.58 MB 2,489 16
738,834 738,834 00000000000000000001e5abe51ab87d04f0c87cf09eb7ba1770c968ec0a319e 1.63 MB 2,307 12
738,833 738,833 00000000000000000007c1001931df51c2718beabfe8eb73a9ae37bff1ebef2c 1.63 MB 2,187 9
738,832 738,832 00000000000000000005c83bf12e7032a87228aaf7b4aa6570b7c0920be95bff 1.20 MB 1,068 15
738,831 738,831 00000000000000000007a6b59db0a3cafdf6742d122f479727141feede18b21e 1.28 MB 1,541 21
738,830 738,830 0000000000000000000796d8b6ecc7b0b11bd6ade8e75981196947650d999463 0.55 MB 813 8
738,829 738,829 00000000000000000001aa6a3e3e11a5e7c76947560e69538114c3889f7a49f7 0.22 MB 471 12
738,828 738,828 000000000000000000024258741a2151c2e3ae8e3fe451de745a9c807faae264 1.00 MB 1,244 9
738,827 738,827 00000000000000000003f049a1116fe15a1390bf8cd73b829d599b97b710df4c 0.37 MB 565 10
738,826 738,826 00000000000000000007587d94c07eecec15caaa1647beea92093270700cb522 0.95 MB 1,224 9
738,825 738,825 00000000000000000003069cdec714543186627ccb2f2a0ade8695b2f68e95ee 0.08 MB 183 20
738,824 738,824 000000000000000000038924b2bb253cd072e1e00ccfd09820ab733c6efd80c3 1.46 MB 1,461 9
738,823 738,823 0000000000000000000423ce4c5c51ea9fc3623b0ae604f729639ed907817740 1.48 MB 2,568 12
738,822 738,822 000000000000000000078a964f5a5581f890b15d6414a116d2ef61ee9fd7bd64 0.67 MB 123 1
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.