Memory Pool Memory Pool Refreshing

2,761 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.79 vMB 2,742 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (74,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
833,711 833,711 0000000000000000000388f914550096cdf8649131b1abcbeaa261cd9a911826 1.60 MB 3,558 33
833,710 833,710 0000000000000000000260d0046fed78a12452226207008a8984668b25f4ba7b 1.32 MB 1,830 13
833,709 833,709 00000000000000000002454aefcd237cc076b27ae6c0e91f35981c75991ee5b6 1.62 MB 3,799 38
833,708 833,708 000000000000000000020b291d7decb09197b852de22d56fcd119b0abd70c171 1.44 MB 2,373 21
833,707 833,707 00000000000000000001c00080f9c479f94a7c167b8cf6a272348ba581ae34c0 1.32 MB 1,178 15
833,706 833,706 000000000000000000020c6a20bb8e55b010071abfe012795a10c8ee057c6779 1.28 MB 615 13
833,705 833,705 0000000000000000000306bab54344f93825a345db636d04078a4e3ac3eb67f5 1.04 MB 353 12
833,704 833,704 00000000000000000000e1e25f6c3501346ced11e05109d653e281e0655282b3 1.30 MB 906 13
833,703 833,703 00000000000000000001f95bf4426f510b2737ef29ff65eccba466beeaa3984c 1.81 MB 2,927 27
833,702 833,702 0000000000000000000347c9390fb6f08564ff5e17c73b33d5895608363c9b01 1.85 MB 2,719 18
833,701 833,701 0000000000000000000226785ffeb30308e6bba6fadfb0ffe0bef3704e403e79 1.93 MB 2,832 20
833,700 833,700 00000000000000000002f8ba36c78cd6c26e4735ce79ab12cc3b9d39aad8b079 1.74 MB 4,350 29
833,699 833,699 0000000000000000000146a151f8a4e4591c45e835dfca4ac99a738a54a45a65 1.86 MB 4,045 23
833,698 833,698 000000000000000000009fd3217975cefcf2bca6bae18a22b9706af79b2fe14a 1.74 MB 3,673 23
833,697 833,697 0000000000000000000276e889d1cf390b074aaa5958d0f089b5b527bdddb430 1.69 MB 3,774 39
833,696 833,696 00000000000000000002a0204764d33413dbe90d123818be1fdf9545e4969d2a 1.70 MB 3,433 31
833,695 833,695 00000000000000000002d93ac7b6d619601c9f634c74d53bf6a8661d1bdce814 1.73 MB 4,174 37
833,694 833,694 00000000000000000000b6c6045e8e66128b0c40946f47077cb25d40261f6d2c 1.67 MB 3,633 59
833,693 833,693 000000000000000000004c719b6523f0cdc2c6b16ecda7a6d5e224d1fb30f3c0 1.72 MB 3,588 41
833,692 833,692 00000000000000000000e46a1010d04fd876fcdcc06754b215e36768bb8d7be0 1.78 MB 3,463 43
833,691 833,691 00000000000000000001694e69307afa8d14328e88dd119df0760a24597e3903 1.85 MB 2,445 47
Previous 10 blocks ↓
Total Size: 769.01 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,616.92 GB sent, 92.85 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.