Memory Pool Memory Pool Refreshing

8,399 transactions
4.28 vMB
Show Random Selection Loading Transactions
Max Size: 22/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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,197 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (809,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,113 98,113 000000000003fab59ce1fbce5c8975214523856f8713025cdcad1502fa307257 0.00 MB 3 0
98,112 98,112 00000000000503c96d4e84d8c08b1535b807f1334c7fabc16319d61193ceef89 0.00 MB 1 0
98,111 98,111 0000000000037474354c1d43bccbe1ec4af54be320db96ee757bbd291000a157 0.00 MB 4 0
98,110 98,110 000000000001d15abeb8a7ec77c73ce0388511721e1c272da9e1aa5d66291b14 0.00 MB 3 0
98,109 98,109 000000000002d9200d89614cd98d15144192d5e0fb46ef237ffffe57ba7150ea 0.01 MB 10 0
98,108 98,108 000000000000ec2aa78491ea75d72320223170857ff62919c59a18c25929604c 0.00 MB 1 0
98,107 98,107 000000000003554de28f5bad11d98da4624836e9b611e1b5ae107092b486f9fb 0.00 MB 3 0
98,106 98,106 0000000000020347be015a7a605fe8bbdbcf0b5cf7295e23916f7ebf56b60273 0.00 MB 3 0
98,105 98,105 0000000000033624f6c4de386844ca796bb1a4776a85a352db2a5b150e2325bb 0.00 MB 3 0
98,104 98,104 00000000000480d5d44efdce92cb7a9a92c1483219e52ab772f36ed5b1783b81 0.00 MB 3 1,955
98,103 98,103 00000000000551a9b31f769b53995dd18c0eca79c7965c1e302b3ce80f0ab717 0.00 MB 1 0
98,102 98,102 0000000000039d87c13c564983af5999e13f919c2588468dd6249d937c545e25 0.00 MB 6 0
98,101 98,101 000000000000cb7af5a961182b5a5e2e3eb7075be0e98e58ba4e85ef38b6a5c7 0.00 MB 2 0
98,100 98,100 0000000000007f7d9c153eb16e6eb865cc835f6da8a539bbec701702f3bb489b 0.00 MB 3 0
98,099 98,099 0000000000024d08b11eec491d65de42344d85cd9369fcc0c5ae485a3e549b3c 0.00 MB 1 0
98,098 98,098 000000000004e31ec4dc5f361aa85098d2bc8bed266e2c69cd4ac793bd932f39 0.00 MB 6 0
98,097 98,097 000000000003cc74466ca25ea4c5c8a1663a9efe46506de654af5d09d0cfcff8 0.02 MB 8 0
98,096 98,096 0000000000006978ca6031ad7469644c0aa45d88a1c0ec48b13ecc4ab6cb84bf 0.00 MB 3 0
98,095 98,095 000000000004adbe77ef6065b111e4b36a1b1acc7e2bf79441351b7fc7e92dbb 0.02 MB 3 993
98,094 98,094 00000000000212a707e80053b12716e8a70b157f4bd020784803510fb5702023 0.00 MB 1 0
98,093 98,093 0000000000019632dd44386ddc46297e4a58c88e76bcfc609e482b57d94952e7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.03 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,625.81 GB sent, 93.04 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.