Memory Pool Memory Pool Refreshing

4,813 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,140 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (191,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
716,534 716,534 00000000000000000002403941694133a02baf3f705845b5325c9e9ae96b6f9e 1.34 MB 1,085 2
716,533 716,533 000000000000000000015ef3a07f7b12f10029cfd8ccf22b82086d1929ff1a35 1.38 MB 2,303 10
716,532 716,532 00000000000000000001865e3d60bc6b242a1d85aafa0925d055ccac4dd4b910 1.46 MB 2,749 17
716,531 716,531 0000000000000000000ab878bcf602976d2379c59bc0b327e38b14de1a42c3d6 1.38 MB 2,621 22
716,530 716,530 00000000000000000000b73c97645e8fd15473caa01b0d6a387a09c43bcbed51 1.48 MB 2,274 15
716,529 716,529 00000000000000000006c8fb5d9d9d40885fffb4ebf1d013118a5c66d8be7c94 1.62 MB 1,319 7
716,528 716,528 0000000000000000000aebbe71f28ae082fb9dfcc6e913342eab8cdb215f3835 1.68 MB 1,838 6
716,527 716,527 0000000000000000000abdd5e129d046b4e2e57eb4454f9b71095a6f2cc176e8 1.37 MB 2,247 15
716,526 716,526 0000000000000000000502a2b247b39f392eb401149361b0c4de3170a6a2e1c2 1.38 MB 2,154 15
716,525 716,525 00000000000000000001f7ebabe46170b0e428500f280948a2997f933107be77 1.36 MB 2,017 10
716,524 716,524 00000000000000000002dcee101fb5b8384103fbf298f123fcb18e9ddd53c80e 1.02 MB 87 11
716,523 716,523 000000000000000000083f2e0c0d71ab567170258413facbba1e31128c4f3c32 1.54 MB 2,607 20
716,522 716,522 000000000000000000032c1c73377179e6c441d1c7cf92d718872259906f09b1 1.64 MB 1,600 9
716,521 716,521 0000000000000000000ae0a5b1c8c71e94112a6082fb18b5f351673217c24142 1.68 MB 2,673 4
716,520 716,520 000000000000000000024e606225897906d9671e4fd24df276f78813e3167764 1.60 MB 2,152 6
716,519 716,519 0000000000000000000096b78605a45f8a687fe5f081b0dccc2b472ae7a9244e 1.50 MB 2,988 17
716,518 716,518 000000000000000000075e8cf7585b1793c65a89ca07b3f31c4af2e281862f01 1.47 MB 3,202 19
716,517 716,517 000000000000000000033625bad4c086a84e199e8c1951dc5a00ae7220bd87fc 1.56 MB 3,097 24
716,516 716,516 00000000000000000008a93677973f94e8092d2045a448457621970bc52ec001 1.56 MB 2,623 9
716,515 716,515 0000000000000000000abfa977374b0c7bb1243344f409583730a9ae247134c5 1.45 MB 2,900 14
716,514 716,514 00000000000000000004350e2dd4c2fac617437ee4fd7c1ea31bdf809b735c46 1.05 MB 80 12
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.