Memory Pool Memory Pool Refreshing

1,973 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 1,967 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (233,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
674,542 674,542 000000000000000000006521b4b97dd02dbe2b0f04b716d5cab929d8856c4a46 1.16 MB 1,814 32
674,541 674,541 0000000000000000000503126886352c0d59433153b75e28d93de06a519048ad 1.37 MB 2,500 103
674,540 674,540 000000000000000000097006327344b1bd0f641ba1f18cf4547a3492f8d12ed2 1.36 MB 1,816 60
674,539 674,539 0000000000000000000ccf0fb6d6158475faa113aba70431180505b282520084 1.20 MB 1,309 91
674,538 674,538 0000000000000000000cde9f7f98d716db03b5d1e1a964ef8b0e6924c1d9a5f9 1.33 MB 2,004 29
674,537 674,537 0000000000000000000581f5f1e2b543874628c9efdbd6dd0f87c57a1beb06e3 1.41 MB 1,126 21
674,536 674,536 0000000000000000000954ce1acf70de5fdeb2c37fb6d4094d995048f8ecf836 1.41 MB 2,058 46
674,535 674,535 000000000000000000058afdce555c6a5cfebc2a4825242cd1959fe836dfb88c 1.39 MB 1,654 33
674,534 674,534 00000000000000000006240dbd6da2ad7ffa28e5491d5e11ec40d19509c4a3df 1.39 MB 1,681 28
674,533 674,533 0000000000000000000788d0b7c03260ec21ea438a54fbe1fbbd91aa4382ad07 1.24 MB 1,714 23
674,532 674,532 00000000000000000004089e726f5c0d8ba848a8070f13a83399d7c99db7d29c 1.36 MB 2,046 23
674,531 674,531 0000000000000000000c095256a27175981be7336d55a163f54f29778754ab43 1.24 MB 2,185 31
674,530 674,530 0000000000000000000045dded4d3afca8bc96b3a0c7fbd8844110720e08ba81 1.18 MB 2,179 21
674,529 674,529 000000000000000000082d9c3ce0bc6aa2e976f9c59c4054b848026670a93e13 1.24 MB 1,812 23
674,528 674,528 0000000000000000000ae351711edcb6b2666b4bdb81af7decbcd07b4f2a8034 1.37 MB 2,362 87
674,527 674,527 0000000000000000000ab9ae10beaa2a4e75af0e2381de04055f3dd8e77ad084 1.30 MB 2,348 41
674,526 674,526 0000000000000000000147a192348460cac9b28a559e4918b1a3831a846dfac7 1.28 MB 2,165 43
674,525 674,525 000000000000000000035699ecc9ef222b03950baee902728b4d1739c876a75b 1.51 MB 1,636 47
674,524 674,524 0000000000000000000ac3b22332e6c819d152f889b194dbf388b20dba9d6428 1.37 MB 1,928 108
674,523 674,523 0000000000000000000191d48fee292de0fb4fcf8185585cd9a254f178b5dd19 1.27 MB 1,145 103
674,522 674,522 000000000000000000069777e1040ab316ef4551acd169b3d6b95f314d9db691 1.76 MB 310 19
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,628.25 GB sent, 93.31 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.