Memory Pool Memory Pool Refreshing

5,175 transactions
1.51 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
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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,712 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (168,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
739,284 739,284 000000000000000000021cef9258a46096a9fd8adee6213e0e14e346034ce1cc 1.49 MB 2,962 19
739,283 739,283 0000000000000000000911cd20ea6715e4250b65c53128e63f0297c014bfdbc8 0.02 MB 48 11
739,282 739,282 00000000000000000008533d45abaa7cb6380535a9ac8fab956d2fe0a958c400 0.33 MB 732 13
739,281 739,281 00000000000000000005aca2528245daa4e721e450cfbe4541b4ddab1953257f 1.03 MB 1,747 14
739,280 739,280 000000000000000000088a298c6d93326bea45c640a2ec09be05ccb5a546ab1f 1.50 MB 1,853 1
739,279 739,279 000000000000000000009992d1f28e4f0f7ff895735736f394ead9b205996f46 1.46 MB 2,920 14
739,278 739,278 0000000000000000000268bd904eb147eb29965618cf5128eab900cbb72c9cf0 1.55 MB 2,453 14
739,277 739,277 000000000000000000005f58c72afb75113d97c25fb7627028aa8b88ab85eb5f 1.63 MB 2,323 10
739,276 739,276 0000000000000000000211699612b393a122c4069912f6b374ee6b862e0a24db 1.47 MB 2,463 17
739,275 739,275 00000000000000000008e78936d020d8856bcf8fd559b1fe700b94ffb5424519 1.24 MB 1,355 15
739,274 739,274 00000000000000000002f1931ac17270bd21b2357608766025d7928002566b3b 1.36 MB 2,928 25
739,273 739,273 00000000000000000001c5b2f28812e42744a3bb0aaa5656f27c0ba4fb284053 0.30 MB 566 11
739,272 739,272 000000000000000000021b8463d237a83e78f4016ed0f92f8dc90899aa9dfda6 0.15 MB 335 12
739,271 739,271 00000000000000000008cd45342c0fae657369ee54c9ff6a42712e02654c222d 0.18 MB 333 11
739,270 739,270 000000000000000000031c4512b777f6743e0f98ec57cb387333f901877343cd 0.07 MB 92 32
739,269 739,269 00000000000000000009549bdbce9866bc18d68b8489067affe7ac88980ac5bf 0.41 MB 495 12
739,268 739,268 00000000000000000005caad07d38cd20aa4a12b2d63a5c802d225f212d9dbb4 1.57 MB 881 1
739,267 739,267 0000000000000000000102c5966124b106bcf697d5ac0079a6d1c3d6cd63b2d7 1.36 MB 2,665 7
739,266 739,266 00000000000000000001ba65e6312ab475af1649c8daea265ba1f1b6e12e1a00 1.47 MB 2,875 12
739,265 739,265 0000000000000000000106368229909cdb6810398a05e0c1bb889224f87d5ef9 1.48 MB 2,671 16
739,264 739,264 000000000000000000041ae74a08538688445cd2f0fc6cd3ef1600bfae2fea48 1.52 MB 2,267 9
Previous 10 blocks ↓
Total Size: 769.31 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.76 GB sent, 94.49 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.