Memory Pool Memory Pool Refreshing

9,764 transactions
2.90 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,090 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,811 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,089 (797,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,535 110,535 0000000000019fad701925cbddc9c57d8fd87a299646c68f65e3aa897404904c 0.00 MB 12 0
110,534 110,534 0000000000010e96358419db67defb2a1ac9a192466bfd9eb7931778c8da8ee6 0.00 MB 13 357
110,533 110,533 000000000000d1f2405502741dec6f2676cbdf2dd02aa381f88dbf03ca4863b4 0.00 MB 13 0
110,532 110,532 0000000000016eb045f6579cc68f6716b56c4f7c7d7ddd7b02f906cfe3ac9476 0.00 MB 12 0
110,531 110,531 000000000001a179d1a50f9051dffcc8f61b3dcdf47c1fdc7dec89ac4cec3785 0.00 MB 12 0
110,530 110,530 0000000000007989db51edacf9e8ccea12886705e886c7581dd59385ef06f3ad 0.00 MB 1 0
110,529 110,529 00000000000061d11fcd85e486131e05d18acdd22bdc634f3b3fdef09b97a580 0.00 MB 15 0
110,528 110,528 000000000000933fedd307951030622a98881d6bbcaf07ba10a80ae9fc3e5761 0.00 MB 4 0
110,527 110,527 000000000001a8205a9f84bceb55d21910769cd1d9253ec0fd756a8fb5179463 0.00 MB 7 690
110,526 110,526 0000000000003616def9e1b98c823cf7db69ddb814ed76c55acc232abd57d9e9 0.00 MB 5 0
110,525 110,525 00000000000194f31e60740b6b0ffe0d536f8737ca85787e171da260fd4a6ed1 0.00 MB 11 0
110,524 110,524 00000000000102f6e16f72c638be5e9e7f848410a7ec7c399990a30999dfc3db 0.00 MB 12 0
110,523 110,523 0000000000005a2bb48bb00e5d2ea32f6eb1b144eaf348fd01abfe7e6ceed5b3 0.00 MB 7 0
110,522 110,522 000000000001bc89dba359772f4b8be3221bf06b86fe8e921ae6840c1779a5cf 0.00 MB 12 677
110,521 110,521 000000000000b5fcdb684a6e7ec4879878f0f617f48cacf28d51fb76b6a81ae1 0.00 MB 12 0
110,520 110,520 000000000000c5e83905faaf45deaabdb0468a7368f57f546eae580cf3291a3a 0.00 MB 12 0
110,519 110,519 0000000000008df6d0f35c474f7db8827473cace3eef36b21eb992f83a6b88aa 0.00 MB 12 0
110,518 110,518 00000000000049ce8bfdfad8cefdef76eb3eaf13e851387813917ce3cb29b563 0.00 MB 13 0
110,517 110,517 00000000000107604f7934295f7ee4a8e961160cf31bd2960d0d99c7bb30d895 0.00 MB 12 0
110,516 110,516 000000000000313250c8467a4f530d56e56a46fd11ebbb82ee88ad37e84d4f68 0.00 MB 18 0
110,515 110,515 0000000000012705e7f3c106a4613f030f542c71defc86d802070b53b4e4d4a1 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.71 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,677.60 GB sent, 96.47 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.