Memory Pool Memory Pool Refreshing

5,832 transactions
2.12 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,950 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,289 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,949 (274,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
633,757 633,757 00000000000000000012e239ab059db81a03d85fd64f77114758238d86e63a32 1.23 MB 2,568 27
633,756 633,756 000000000000000000125f847ab10f5e70f0fa8460f3a7f48c1b9f525abdd381 1.46 MB 1,776 25
633,755 633,755 0000000000000000000db4084c972f8eb07ee263340faf5e140840080eb9cee8 1.36 MB 2,252 32
633,754 633,754 00000000000000000014555bd986da278592821c0c7c24e63b50627be18549e9 1.45 MB 1,942 35
633,753 633,753 00000000000000000005e918ffe80ccfc1d8f2400e5656d8340fb17c58f30ef7 1.37 MB 2,441 37
633,752 633,752 0000000000000000000af6be9f9ef3ea30ccbe3df6d24c605376448b5f36a820 1.17 MB 3,018 30
633,751 633,751 00000000000000000000cb3e4eaa2672551d0c90b85fb9ab2bc5e3a9952efc6c 1.41 MB 2,746 38
633,750 633,750 000000000000000000058f9c8718ad5049c03f73d7a44cc70cd7790f3c93ac37 1.24 MB 2,860 55
633,749 633,749 0000000000000000000a596f21e2313b2666858863f7edfe4bebb0117981912b 1.43 MB 2,608 39
633,748 633,748 000000000000000000081dd1a19a91569a7766a230c2564f2083cb6002867093 1.19 MB 2,506 56
633,747 633,747 0000000000000000000a055ca69201acc885a8acbe8ae3130cb56963ff79f036 1.25 MB 2,607 26
633,746 633,746 000000000000000000025fda2a789c308a1ca304a18004d34e32d2802faa0930 1.28 MB 2,734 33
633,745 633,745 0000000000000000000d53acd0f532297989daf0ca0d89ee298ead14656c3702 1.34 MB 2,750 50
633,744 633,744 0000000000000000000039128c26efb79f720e54e4f741171c41b05debde0cdf 1.28 MB 3,139 54
633,743 633,743 00000000000000000010a7680b1376c608fae04f4e71e6d7b93bd9fb7f0ef114 1.27 MB 2,713 34
633,742 633,742 000000000000000000060a417754718dcb3d9ab173d8a9e8a47387dab7d7a4ad 1.29 MB 2,434 43
633,741 633,741 0000000000000000000201c2ea97e0b6d52b07697040f469bc07e9efb8fb9a43 1.34 MB 2,841 58
633,740 633,740 000000000000000000009a4804d26c4d9008600a70ace0a887580bdfe58436a4 1.01 MB 263 5
633,739 633,739 000000000000000000025948d73d89b7ef36d9ff70d4f1430fc625ae19e41113 1.11 MB 1,242 15
633,738 633,738 000000000000000000034d3f5556b9af4380a04b6f5d26796b9b0e537a290b34 1.17 MB 1,578 10
633,737 633,737 0000000000000000000dc5fae0f634c08f205a2d3b639a825c71e3badbb0bc16 1.15 MB 1,866 12
Previous 10 blocks ↓
Total Size: 769.45 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,645.97 GB sent, 95.21 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.