Memory Pool Memory Pool Refreshing

3,937 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,870 (255,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
652,652 652,652 00000000000000000005b3227be371420f72f81e0676e1979da984494099f7bb 0.01 MB 24 18
652,651 652,651 00000000000000000001b46e9adad662b1ff486243be1b6b969a86e819e04d21 0.81 MB 1,813 42
652,650 652,650 0000000000000000000cd50550f25c9391bdcaebb6ad9368d3f918418e61a279 0.04 MB 102 47
652,649 652,649 00000000000000000001edbaf217d2035972108aa607eec132cee7b22a41480c 0.44 MB 885 31
652,648 652,648 00000000000000000002b9f7c7993ae22b6463cd64415635557a4fada2008f88 1.28 MB 2,445 15
652,647 652,647 00000000000000000009142e4f588631719c7d70d9f27da878f91ef2ed14594a 1.38 MB 2,382 35
652,646 652,646 00000000000000000008c4bd89fdc1b89a39d5102dcddc6185d2abb4e271ea45 1.32 MB 2,567 81
652,645 652,645 0000000000000000000e6e037915764c35b36bf5d140f5abcc6004ee41f8d625 1.35 MB 2,468 66
652,644 652,644 00000000000000000006bd185c3d96be02c0bd703b30a9a57790f876ac1e286e 0.77 MB 678 37
652,643 652,643 00000000000000000001e54c2d2041e1080047565d83fc5ecede58b7d526cb8a 1.25 MB 1,677 43
652,642 652,642 0000000000000000000c82411980bf80b2920a3e3230c06454f9532b8f48fa2f 1.25 MB 1,881 44
652,641 652,641 000000000000000000004cf1166e339bdac64c411ce6a02dc004e2a301b375e5 0.06 MB 166 41
652,640 652,640 00000000000000000008ad0aa8392343742b9deb515a96d48e18b49ad7e29c0b 0.49 MB 1,007 46
652,639 652,639 00000000000000000000e567281ea940919514275724d5f7ba125a2cc503d870 1.01 MB 1,422 33
652,638 652,638 00000000000000000008b7a1186dfb2095d64eb28cf20cef4f3effb737a87ff9 0.53 MB 1,266 44
652,637 652,637 0000000000000000000912d7822a6247c81d0784279232c3d8970394ef2ffe7c 0.45 MB 1,011 44
652,636 652,636 0000000000000000000c89f0956c48c0ad6f058525279dbb175033fdcd72e40c 1.03 MB 2,441 46
652,635 652,635 00000000000000000004ad9f86108d065a6578721b3698a2a4d26c5ace1a3107 0.02 MB 58 41
652,634 652,634 0000000000000000000821d3b68f3b0315c9efbd153bf3c6dd64d458250a9c7f 0.63 MB 1,280 45
652,633 652,633 0000000000000000000b99319590761e2539a82ac8f25ec85a87c3efb7dcb059 0.44 MB 573 22
652,632 652,632 00000000000000000003087e8761f853363b2fb3d0e06b48b6640212ea816cca 0.98 MB 256 3
Previous 10 blocks ↓
Total Size: 769.30 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,642.67 GB sent, 94.43 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.