Memory Pool Memory Pool Refreshing

17,943 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,487 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (717,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,794 189,794 00000000000004af0abd75edbff2ec57b4aef7d038f06d352c9b04deab4287c1 0.05 MB 108 48
189,793 189,793 00000000000007e2bfdfd1abc32dc643687590b87f1aa5d335599d26c8fc853f 0.03 MB 70 14
189,792 189,792 00000000000003b1f1eb7dbe76202aaf1bf879a1cb4b39dea8c1b0b8dc5a107d 0.17 MB 300 114
189,791 189,791 00000000000002bdf3e463e2c857892ce4e84444aac7a6d835b49347834247dc 0.32 MB 498 195
189,790 189,790 00000000000006b61eaf08371e041f46b29754f192a2adb80f9e261f6deb78e2 0.12 MB 32 7
189,789 189,789 00000000000008e6d48b12db3a17f1bc1fc041879f7400e11806f39917e8c67e 0.20 MB 456 125
189,788 189,788 00000000000003de05ca754395fdc75260d92c53dadfefdc532bc4fd919defef 0.28 MB 681 134
189,787 189,787 00000000000000c17c855eeec63210bb5b67789b6ecbbfc24109eefd0787d025 0.01 MB 32 58
189,786 189,786 00000000000001238536f4ee3ff22ca5da80583c2c9c4a6df93e96767478ffff 0.14 MB 284 107
189,785 189,785 0000000000000072dc8fe48b49a489257179f33b036513c64bfcb423162dcb32 0.00 MB 12 60
189,784 189,784 000000000000032657a0165985f8b2794173dea034e59de9165869bfe844dfae 0.17 MB 385 165
189,783 189,783 00000000000002cfaea85e826babfaf7ca20b60909fef63c8c216784a4467b77 0.11 MB 256 160
189,782 189,782 000000000000080a6c51ace2188413eece400c5115d1e45cb7b62a79aae4d058 0.07 MB 128 94
189,781 189,781 000000000000077253b1da0fdfa7d6ea1fb07b29fcb46fb783c0315fe5f2c493 0.05 MB 118 120
189,780 189,780 00000000000001559c192da4e4d1471614856e02f3c77f8ba661e37c7c0effea 0.16 MB 365 109
189,779 189,779 000000000000062ea5726a514ef766a0f7ceebd1d3265ef6ec54efce09c2b495 0.03 MB 14 91
189,778 189,778 00000000000001ca08ab8e50e5220c1360d3abc5e963a692d0506bafe6f67bca 0.02 MB 42 246
189,777 189,777 0000000000000281f60fae91f59724c82099e41d2b21d7e1e44747c8c06a5532 0.00 MB 17 318
189,776 189,776 0000000000000830cc0fed2df9cba5da26807a376fdfac913425fa1ae74ccdf0 0.13 MB 308 130
189,775 189,775 00000000000004e055fbb153a6371891f7dc52adbe525b3a5cf3b9413fde7551 0.09 MB 175 98
189,774 189,774 00000000000004e608a0f316f92732c6dd2f0c61d5f55dd03cac907d5a607ae6 0.19 MB 469 675
Previous 10 blocks ↓
Total Size: 769.02 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,624.27 GB sent, 92.99 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.