Memory Pool Memory Pool Refreshing

8,264 transactions
3.34 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,733 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,255 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,732 (728,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,535 179,535 00000000000005e76a304774924387f5d4abc25e9c8daf82c491ef1eb47193c3 0.05 MB 140 107
179,534 179,534 00000000000008ef6977e173b80092367b9a99f9db118dcc1d0d85b09b95905a 0.01 MB 24 7
179,533 179,533 0000000000000710bfa7e767f477f4f7b47872abe6ce3a5a4fb1910a0ac39307 0.02 MB 40 64
179,532 179,532 000000000000018a4930d45a961c9faf935a36d0361d7c47b5293c91686eaf74 0.06 MB 95 67
179,531 179,531 0000000000000121060a7b9f158653034ab645778509cde8e05c5addcce22c16 0.09 MB 155 243
179,530 179,530 000000000000039932d37cc6db2cdce5f6b703f662123f33b845f40f3efd7acb 0.05 MB 156 131
179,529 179,529 000000000000061a723245cad437b4e01400a664264a4624db4f9b06f8a6dcda 0.09 MB 227 460
179,528 179,528 00000000000003b13929c2153510b7cd1c47538a3c4c9e6c0869209a25e6502a 0.04 MB 93 149
179,527 179,527 00000000000006ffb6fcbcca89315ff2933584b778dd9177428b5c76ba784c64 0.01 MB 15 179
179,526 179,526 00000000000000d6b4a277eb0e40ae33c8c29f34c2efee0d020164adfaeb7bc4 0.03 MB 68 221
179,525 179,525 00000000000009136fd86a6c78c572024067ea9534809f81eb1783b1dc1ae743 0.04 MB 80 127
179,524 179,524 000000000000055d08ce2b10aa5ebb28106ed8245e41d6efa2ee2fb1ece35b74 0.01 MB 39 118
179,523 179,523 00000000000004bb238f40da4d8d0e77b80d544b5c9dc51995185a27a6a6c4fe 0.09 MB 223 184
179,522 179,522 0000000000000183b92ef5636df9f450b9e5cc9dc90e506d910c87b03d76aa88 0.00 MB 9 0
179,521 179,521 000000000000021bb158bb24246509cfc8aa5db1a82cee6b62dd97a300bc3d6a 0.11 MB 164 82
179,520 179,520 000000000000083210be4a6c52db3e03b235f3d706238065416ae5f1ce949986 0.00 MB 8 120
179,519 179,519 0000000000000534b407ae7280eea7c252231bdbb1d729293d97b8d61e52d16b 0.00 MB 9 10
179,518 179,518 0000000000000046cd5130307dd4d01ad860d42e69b3f53285dbaf27d99c3ef1 0.02 MB 39 188
179,517 179,517 0000000000000695325a214a3ee1b3b7281ed7837e76642c0902022155afbc35 0.05 MB 135 106
179,516 179,516 00000000000000dae2464c1a59683fe379b8ca3a06719a2f18fdaebc1baadb7b 0.00 MB 2 0
179,515 179,515 0000000000000250d2e906957707bdb1e70d9705c19e6e7130b07879a7005bf2 0.01 MB 12 78
Previous 10 blocks ↓
Total Size: 769.04 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,627.09 GB sent, 93.10 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.