Memory Pool Memory Pool Refreshing

7,579 transactions
2.85 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
907,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,220 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (795,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,027 112,027 0000000000007c550f7c21ae9fdadca87498d9083b6c0c7f2ed9f119e127ec2c 0.00 MB 8 485
112,026 112,026 0000000000009f9371284b5b9f86ff5e24e6089b1ec6541bb54783f3611beaf3 0.00 MB 12 1,013
112,025 112,025 0000000000002c039c7937ff0aeaa258bab88ffc4088b2e7d1b0cc4ee78f7656 0.00 MB 9 788
112,024 112,024 000000000000b49b18d6ccf0deba116564d192ad6d26b08cd639efbfe3e837f2 0.00 MB 11 1,873
112,023 112,023 0000000000000223427ff5df0bd4695f7b5bec4e07025a4b1211cc651fe029c9 0.00 MB 4 0
112,022 112,022 000000000000824d38abc101dc1354726d2d7638db68b17f72165788b8cf909d 0.00 MB 4 2,702
112,021 112,021 00000000000056c5d5ec5c33d801a2cd22dc716617f1f7f9dc9b903d1178658b 0.00 MB 4 2,178
112,020 112,020 0000000000002aa6d6f02c234c06cc7ee3bf84a413e6664abbc77049032059f1 0.00 MB 1 0
112,019 112,019 0000000000006862e466b586e7f21d7110eb3defdb611bdc29a7df581d4db19b 0.00 MB 2 0
112,018 112,018 00000000000106a34641a9cd56848e154ed4093e951015f8028e78995e33cbe5 0.00 MB 12 356
112,017 112,017 0000000000001ce1da6700a525ef587f15fa9aee985d740ced718955703faf72 0.01 MB 19 199
112,016 112,016 00000000000068a84a4ac853b799087a109a6eae71b2533eabad3ca3ad5a9736 0.00 MB 4 1,291
112,015 112,015 0000000000007381379a7780c4212459f25ceede5712deeb4b78e3e223e66b12 0.00 MB 1 0
112,014 112,014 000000000000f181997506eb728e832e3ccf56f419516c9fc3982609a9634ef1 0.00 MB 2 0
112,013 112,013 0000000000002716eb5b887429f25fbf278033086df5cf6625e277e5cf551667 0.04 MB 12 77
112,012 112,012 000000000000bd7dc3de1a8862856d8e4a0313b94898ba0554ab6f24923fbd5c 0.00 MB 5 3,872
112,011 112,011 000000000000b3a8cfeea43fb27799d40d2e291add1e1de64d0722929951b177 0.00 MB 12 1,412
112,010 112,010 0000000000002623cd97c055f7bce28d2190b38f4a88e0f08b6eefd104707dab 0.00 MB 1 0
112,009 112,009 0000000000008b3b7aa7978530f839152bef44bbb210bfe5e9be8ca56d90ceb0 0.00 MB 10 3,240
112,008 112,008 0000000000001fb3f0ff9f76b542165b8ccde7bd6152fd808099628594dc6f96 0.00 MB 3 0
112,007 112,007 000000000000e3391a6744684c9485848f0dcc4b59588ea508a433b637c2bdba 0.00 MB 3 2,074
Previous 10 blocks ↓
Total Size: 769.13 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,631.57 GB sent, 93.56 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.