Memory Pool Memory Pool Refreshing

2,953 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,052 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,594 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,051 (656,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
251,324 251,324 0000000000000059b057b0bae2479a3fb86ec46d6cbacb9a8271686d6075bc28 0.03 MB 42 73
251,323 251,323 00000000000000345e8b7d89d209ce6f97e59df08fe7580572722696f6cda4ae 0.07 MB 88 65
251,322 251,322 000000000000005cf1bbf54c808a049fc925494b0a814c7869be94ee5415ca05 0.10 MB 172 108
251,321 251,321 0000000000000029d74e8891d5bcd553144147e2faa39b698c0dc51a56e09071 0.05 MB 82 38
251,320 251,320 0000000000000039476212ba265f62bf09e01360fa90dfd61d7492fbdf767a4f 0.13 MB 256 123
251,319 251,319 00000000000000502750c8c4ab8a4e80cb2671706e948f40b5d53a17af2182ac 0.20 MB 512 196
251,318 251,318 000000000000004d454ce7fe5a875f042eb47142ff62b398c2905224fdb50259 0.03 MB 61 116
251,317 251,317 0000000000000045688dd8755156a00e90bfa196f7ea04001fe58c1cac55143e 0.03 MB 84 88
251,316 251,316 0000000000000038fdcc94106d2e9cfd53d54eac59ff156031ae06cb5e1e1a2f 0.13 MB 316 94
251,315 251,315 0000000000000039d6d92783fbb8ca1ffce59b00647a3ebb30f4b5b17f6fe5df 0.09 MB 256 110
251,314 251,314 0000000000000029a0645760bfa290b71c2df809bb6c1ffbd467d09dddbfcbf8 0.04 MB 79 80
251,313 251,313 0000000000000025ee3cb7fae975da80e220947cfb5e5a69e91d8c0c2f47053e 0.01 MB 17 48
251,312 251,312 0000000000000061ec2f5b51ae8050147bfb82d6b5a07744dc8f7b343208c7f9 0.11 MB 257 102
251,311 251,311 000000000000002769f53c5ffa6050af764a603c037a036458d2ad31aa4dd1cf 0.10 MB 291 92
251,310 251,310 0000000000000037c4586a07a1d4311e5766086de68a9f691424162e9b1279ee 0.02 MB 30 74
251,309 251,309 000000000000003a4a24685c74c6e171cbaaf2c5226d6db57d894b63b8ba9264 0.01 MB 13 61
251,308 251,308 000000000000000919d194aea8e208902b9bb1b1f831bf30e020ac463f85f6de 0.11 MB 219 68
251,307 251,307 000000000000002df07d48f3cd20f37b8ca9a3eeb7ffc32b982f09c3b8768940 0.05 MB 132 142
251,306 251,306 000000000000000905a32faf43f7ed9bbe971bf133f9dc577f44502965351cfa 0.12 MB 256 62
251,305 251,305 000000000000004c446183305135f215b9f70a0a008e3e5463ded8ff5c9f51bd 0.01 MB 31 104
251,304 251,304 000000000000002f3b8b4075c864f4ac799cde7f76b791cec6f28dd8920fe73e 0.00 MB 13 113
Previous 10 blocks ↓
Total Size: 769.64 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,653.04 GB sent, 96.08 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.