Memory Pool Memory Pool Refreshing

1,640 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
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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.78 vMB 1,637 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (791,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,525 116,525 000000000000cbe515c4e5b809b211768e93d9e1ade187090d945d5f6169fd87 0.00 MB 11 344
116,524 116,524 0000000000000a6308b3214807bf8855a2aa222948150678032433bf02b63f47 0.00 MB 11 0
116,523 116,523 000000000000d9db5746ceae17a2e522b276d899fd1c12f48406d0ed8e376e21 0.00 MB 12 573
116,522 116,522 0000000000007090fa4b55c2cc357730bfea5df05c6e7e5a43ca433ed7bc7f1d 0.00 MB 10 672
116,521 116,521 0000000000004b06263ee7f3faac7083b5a078226def79a112965bdc8155d9f1 0.00 MB 12 1,208
116,520 116,520 0000000000003a082d03989e69bc43af6c5b39d014599dc272d12b5d5e635dfb 0.00 MB 11 0
116,519 116,519 0000000000002da705bf9ffab8a58ae702c1711f9eac6273bf8f053b0976f750 0.00 MB 6 1,194
116,518 116,518 000000000000691594584a8f971a89dde38605a4c3ed12d9dda30ac2630f7ffd 0.02 MB 11 178
116,517 116,517 00000000000052bc7f12a2417b027def452a492449b3443deeae97ed83358988 0.00 MB 8 0
116,516 116,516 000000000000db4b282f9ab529ae20da65df3ee10349504b16d5ee0d9e11190d 0.00 MB 5 1,032
116,515 116,515 0000000000005aefd7a6d63db41c0bca206239248e8875171ced6467cd9b869f 0.00 MB 8 1,022
116,514 116,514 0000000000003c07e9a6327323eedc33735c3237172b0dc8e6c825ebc44e0b4c 0.01 MB 19 863
116,513 116,513 0000000000004aa7aa6e04b09491c8441fbcc2a6f497f9b0e0fa8902f18b4320 0.00 MB 12 0
116,512 116,512 000000000000026ad5abb20b68973ed347fbaafd64ccbbf9e8e9d01ef0b13757 0.01 MB 19 1,082
116,511 116,511 0000000000002b827fe3ae65bfdf489226af5d49e0c12b57c4f9f9f5426a0aeb 0.01 MB 23 513
116,510 116,510 0000000000003d000981133f2e2df889e0394cea80c929872388b95235d9ea1d 0.00 MB 12 0
116,509 116,509 000000000000597182b6df4f5f0f9e9e9c6cf080738cae876995d8a5cfe35fa7 0.00 MB 10 627
116,508 116,508 0000000000007a00d2f79f0484d4ae2dd4c25eff6c8f72ce9227da297459ba88 0.00 MB 11 334
116,507 116,507 0000000000001b8307574b9010facc35daa54bb4432acf6df35e9bc72400fdbe 0.00 MB 1 0
116,506 116,506 000000000000813594eaf18284a4a05550c88b78b1e1d577dacd48b129df55ff 0.00 MB 2 0
116,505 116,505 000000000000e8f227e57f0c85aa0907146adf786544428a3bb913245e73c3c1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.30 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.70 GB sent, 94.44 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.