Memory Pool Memory Pool Refreshing

4,946 transactions
2.90 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,801 (9,126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,675 898,675 0000000000000000000231499994f3fd23cc37e339a0fe3aa26c0a0fd1041682 1.28 MB 1,592 2
898,674 898,674 000000000000000000019a2188f6bbde756f2668a7037ec47394d438ecee42d5 1.46 MB 2,881 5
898,673 898,673 00000000000000000001ac2825a042f4dfd83cbcee4ba34369bbc1b3a6194bb7 1.27 MB 1,650 3
898,672 898,672 000000000000000000015fedbbac33246c9951683d9823cb59937d8a736281c9 1.25 MB 1,319 3
898,671 898,671 0000000000000000000006537e85c8469f385e14d53bc952adfafd1c528c5dfe 1.23 MB 1,329 2
898,670 898,670 000000000000000000020befcf6b309e5e4926b0c1565d657f801cdad8dd5d4e 1.19 MB 799 2
898,669 898,669 000000000000000000000d88e51eaf7cfe693d5b2957037524f3fbe925398e76 1.27 MB 1,199 3
898,668 898,668 00000000000000000002005730ea3057f4bb60d427ab7000ce334a913501f258 1.61 MB 2,556 7
898,667 898,667 00000000000000000000f29ae6176f2888173467571b076a49c0c4a2fb25748f 1.42 MB 1,600 3
898,666 898,666 000000000000000000016c128b30024c911009d2ad4509df3955693108b774b0 1.61 MB 3,379 7
898,665 898,665 00000000000000000001eaf173ea83d5327cb6de70b455e8cf4c34a6b54464ad 1.17 MB 890 3
898,664 898,664 00000000000000000001015a51b44ef52a4e2fc88a2b206ebf0598ff443ecd59 1.26 MB 1,111 3
898,663 898,663 000000000000000000014fd05bd10b69b4de0854617155c5ff2f11ae7fc365ce 1.44 MB 2,425 9
898,662 898,662 000000000000000000018d03f508fa63495637726d207d49b8716a491b13594b 1.34 MB 1,845 3
898,661 898,661 000000000000000000009cdbba2d6cf96c950b7000329e88c0c10d12c91e7fb8 1.99 MB 2,732 5
898,660 898,660 00000000000000000000ae6c8e58f91f8f3caa94c4a415318a39c2b627c1a787 1.19 MB 240 2
898,659 898,659 00000000000000000001fd00205f3c18f2868b0a4b5e25c4f25b227872e90374 1.58 MB 2,232 3
898,658 898,658 000000000000000000005b4e04a39aadab9e2f7969a93d0aa4d6a98d9a350ecb 1.59 MB 2,967 5
898,657 898,657 00000000000000000000efe849158c7ac09422c5bcaf9e4b1e3f3d9211def49e 1.58 MB 3,158 8
898,656 898,656 000000000000000000002dd754ee2adcb9152f7ded7632a6df05cd81362c88be 1.87 MB 2,070 3
898,655 898,655 000000000000000000018a67464bcfac913f8ad5945ccb367fc50b4c5a1d72a6 1.67 MB 3,193 4
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.