Memory Pool Memory Pool Refreshing

6,615 transactions
2.18 vMB
Show Random Selection Loading Transactions
Max Size: 12/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 ago 1.00 vMB 3,764 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (113,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
794,339 794,339 0000000000000000000194316fcf25afee2bed672b8d9eb28906b5ca5a2f4e96 1.86 MB 2,512 26
794,338 794,338 00000000000000000005469013f7eb638a5b4e0d481d5d0823a8b37486b0224e 1.58 MB 2,760 30
794,337 794,337 000000000000000000036ea31b70f11bf392f9af3b0e1d35900c9aaabe789046 1.70 MB 3,571 36
794,336 794,336 0000000000000000000316cb2f6147dd9e97f72cb7ef814398309ff200dd567b 1.59 MB 3,190 48
794,335 794,335 000000000000000000041ef3378c7710abedca87f998ffd75aa3b8c3fe178614 1.43 MB 2,490 36
794,334 794,334 000000000000000000036189035aa4b022081f36cc03d965c6be88dac09629a4 1.61 MB 3,163 35
794,333 794,333 0000000000000000000021706837a5a10692717827fa15bff5bc344936e92994 1.62 MB 3,554 44
794,332 794,332 000000000000000000038fcb9072ce1bc0216958163e8904cff6dbb352ab7ddf 1.44 MB 2,360 34
794,331 794,331 0000000000000000000546619c54f32d0c03cc1ec29f4d059747d395295dc78c 1.63 MB 3,146 33
794,330 794,330 00000000000000000004fcfa5aa475bc7b4260781c44d58ee9f345229670ad36 1.48 MB 2,873 40
794,329 794,329 000000000000000000021a5234e48396b4cd678c8164aa27ac94725425295ad1 1.42 MB 2,833 43
794,328 794,328 0000000000000000000226b0d93e790245a5a9f047bdc014f2bb19d4ba2849d8 1.51 MB 3,295 59
794,327 794,327 0000000000000000000032fb33ac3f553adf75a7396a568c30f6d29c7ec2e5f9 1.63 MB 3,451 45
794,326 794,326 000000000000000000003610674d9d5aac56fd51de66217b034217968fce3089 1.57 MB 3,416 45
794,325 794,325 00000000000000000000811420f177174a3837349a333ba69b853273fa452f6d 1.50 MB 3,441 46
794,324 794,324 00000000000000000001d71a7984435152500928c97feb7994e584f7850ff8a3 1.51 MB 2,915 56
794,323 794,323 0000000000000000000506c8a344fbf30f9f9ced5f097fbff744b9877b5793e4 1.55 MB 3,256 54
794,322 794,322 00000000000000000002b43df9161e581fafe8e8871dc6d7fa72be8f186aec0e 0.00 MB 1 0
794,321 794,321 000000000000000000019042f72a67aa188220c1bd534ecfe5ae63cf37b959e2 1.54 MB 3,723 53
794,320 794,320 000000000000000000005b6e4b31fc6ca8e39fb0e541035ae79c4a7f70c8b4be 1.45 MB 2,986 58
794,319 794,319 000000000000000000044dc795aad9a83fdcba357d577b5cd553db107ce094b9 1.42 MB 2,807 33
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: 10 outgoing, 114 incoming
  • Data Transfer: 1,628.28 GB sent, 93.33 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.