Memory Pool Memory Pool Refreshing

1,264 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,670 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,253 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,669 (854,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,831 53,831 0000000005173862c404336e2f3e5781b698aceed9c703b25e6417e4a7e8743e 0.00 MB 1 0
53,830 53,830 000000000a402e2fbdf49c06e733ecefc2936aa59474959e652e42bd22d8087a 0.00 MB 1 0
53,829 53,829 00000000102c59bd0e24b9b6b5ba81d69e1cbafaa7e56a0d2076168483c3b11a 0.00 MB 1 0
53,828 53,828 0000000010357c305cd1b243e80874c4c5f4b508eef4dc0b47aa3a3835681c2a 0.00 MB 1 0
53,827 53,827 0000000008389a311cc73a9f4aeaee2acf38643fb50f585c804d03e3249dd405 0.00 MB 2 0
53,826 53,826 000000000686257927b2d57d129063c03bf9183a6cdb32512e9670ed73bbf3af 0.00 MB 1 0
53,825 53,825 0000000015fc14d70fd31c73d36b92f9613d25610fd51213e2c76fba4b535c02 0.00 MB 1 0
53,824 53,824 0000000000a218e4541dacaa2313f0186f50b71142ce768a0bc19bd6b1066035 0.00 MB 1 0
53,823 53,823 0000000004196ff1310d48f7ffdc11a0d90a8eaed72c4f7f2225ca9d3f345617 0.00 MB 1 0
53,822 53,822 000000000881d22ecc383cf2d08c970dd93595d3297d41fefc9b21e8a4ea8fd5 0.00 MB 1 0
53,821 53,821 000000000377120302f689fdd9b9c3eed79b885a0f10724e582438baa73b934a 0.00 MB 1 0
53,820 53,820 0000000012ed510ab2a38f5ea593e1a7ab60ea8d0367a220520140d00ef9bd9a 0.00 MB 1 0
53,819 53,819 000000000fb0a380754f23cee54c8c33852335c0f820f28b19847a9d9b5d51c7 0.00 MB 1 0
53,818 53,818 00000000164614bf74defbbfb89a2659c6c1772b1a549e220ee75f28280bd824 0.00 MB 1 0
53,817 53,817 00000000146f9100e28e9b6a6c490f1ac46e2e5829f131392745e0758ad3ac9c 0.00 MB 1 0
53,816 53,816 00000000031c7651ea74fab8935742b0281a5ddbef8fd0429a310ff676f572a5 0.00 MB 1 0
53,815 53,815 00000000014126849d162ab01c7b3e7ff59c84021a43a513bc1fcf82c43f6002 0.00 MB 2 0
53,814 53,814 0000000000b2190d9ed261df44304d82e90708089fe93be10021b02cb473a316 0.00 MB 2 0
53,813 53,813 00000000021c6132a224657966b3edae46d0782de65c14472fb415d4dbc01c0d 0.00 MB 2 0
53,812 53,812 0000000001da86513e9be68cd16890b1ebf759397b99d4f5c34505d0928bdaf0 0.00 MB 2 0
53,811 53,811 000000000686d13a1a8f536a395dd90ff25f78d1f1aa4353697203cf16a156d7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 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,853.36 GB sent, 101.66 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.