Memory Pool Memory Pool Refreshing

10,663 transactions
4.63 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (459,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
448,595 448,595 00000000000000000123550997b77e2ba82526e79e24a8e23bb9ca71e582751a 0.41 MB 618 35
448,594 448,594 0000000000000000006e9b76348fd256ac156fd8a7854eef9493ea16d0b34bdb 1.00 MB 2,187 76
448,593 448,593 0000000000000000002f4b7b428f33d2473a2d8284809fdb68bdbf7bd8d0c777 1.00 MB 1,191 66
448,592 448,592 0000000000000000019fc56a0ff036db7aee762be69c13cc1947d417d092b305 1.00 MB 2,244 79
448,591 448,591 0000000000000000023d7faab2ce0c41b5e03e18c981ae06b2f8e39de08d7440 1.00 MB 2,223 101
448,590 448,590 0000000000000000016c1ccc589a8af55a753ee007221132664c0373f031f7c0 1.00 MB 1,830 65
448,589 448,589 0000000000000000000b9698791d0793399cdd3bac2454f59b739f2095cc5510 1.00 MB 2,643 108
448,588 448,588 000000000000000002ea7e2edebeb8647bccce3f8836479670b464c2975fb643 0.73 MB 1,514 83
448,587 448,587 00000000000000000199fc33ab085b9ba44bc0e05b6818d31e0fe66c25930729 0.24 MB 239 89
448,586 448,586 0000000000000000009061ba165bf66063a9dc25159008f4bfa2fa1be1cd4003 0.38 MB 748 85
448,585 448,585 000000000000000001565ae52e1bf4b6d972ad1862b747a181135a23224f0c1c 0.96 MB 582 17
448,584 448,584 000000000000000002ec98d911352404b66ecc254cd158df5ff5eef0c73e78f1 1.00 MB 1,789 64
448,583 448,583 0000000000000000023027cf107d50da78a3064271770c3e64d464e46fc492df 1.00 MB 2,899 111
448,582 448,582 000000000000000002db5c926a2f2153586e5f982dbca6e83de813963711b952 0.65 MB 1,521 84
448,581 448,581 0000000000000000010c46cee18d97438c347be2fc8c1bf7a631a8fdc885566b 0.57 MB 1,103 61
448,580 448,580 000000000000000000edc233ecb775c28e3b457cb215f07bbac435560de4deaf 1.00 MB 2,008 73
448,579 448,579 0000000000000000006b736c56da8738ce18bc5a1883c729c9d4f72a73494f30 1.00 MB 3,139 113
448,578 448,578 00000000000000000135cf8f804378f2da2841b28cb3661e92e1e825129b0ff3 0.05 MB 117 88
448,577 448,577 00000000000000000184cb5cd24edb1990055652899f95437dedcfa2c4eeec6b 0.49 MB 932 63
448,576 448,576 000000000000000000ea5c57c8eb6b548c10ea4cbb5f542eb155fc41d4ae98d6 0.23 MB 537 80
448,575 448,575 00000000000000000153689ac9b7602a6552ceec8dbf7a446fa3e06a90050478 1.00 MB 1,673 60
Previous 10 blocks ↓
Total Size: 769.03 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,625.05 GB sent, 93.02 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.