Loading Tool

Explorer IconExplorer

Memory Pool

83,536 transactions
31.24 vMB
0.09640936 BTC
Random Selection Loading Transactions
Max Size: 191.68/200 MB

Candidate Block

Mining Attempt 0491349e031f514a3fac1c50c9958f4b4f652f15abcac8f7b5a828ad7cb8e135
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 420c543b6357c41b70306fdb2847cbe6da40813803d11c3d7d521e8de3579f5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,657
Size: 1.00 vMB
Total Fees: 0.02582628 BTC
Feerates: 301.57 > 2.59 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (329,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,771 585,771 00000000000000000018cd774815108b79c85b8fceeace5cc7530d5121e6d7ed 988 0.38/1.00 vMB 45
585,770 585,770 00000000000000000007d2ca190c6892f95bda56163c3cfc5c45d58ddb6b7209 961 0.39/1.00 vMB 52
585,769 585,769 0000000000000000000b5723a945897ba2f79c7d5077e295e368422cb2243410 1,867 0.78/1.00 vMB 44
585,768 585,768 00000000000000000002f1c6c038dc8224b6d065c3822c52c1608d58a5833b50 427 0.25/1.00 vMB 24
585,767 585,767 000000000000000000009cad37f6172de9889f4219e0b406f371e2d78554d77f 1 0.00/1.00 vMB 0
585,766 585,766 0000000000000000001ce77808543d241b0ac5c0caa578e571959301a917dd3f 1,832 1.00/1.00 vMB 48
585,765 585,765 0000000000000000001d963e5f5b59530399f96ce4ccd81a2e87d334beb37352 225 0.09/1.00 vMB 67
585,764 585,764 000000000000000000071249b329a45d63b861eeba54a70c39623ecc617f198e 1,908 0.94/1.00 vMB 40
585,763 585,763 00000000000000000000f55723baa1e873632afb1c8fc27a496c9e44caab47d9 747 0.30/1.00 vMB 50
585,762 585,762 00000000000000000005078af93633bac3734bfc344c2394d46f0d41bf0bc8b1 1,293 0.45/1.00 vMB 53
585,761 585,761 000000000000000000089d91b6fea996224a37b4561d6e9f043f6b2d18d8ac10 2,705 0.95/1.00 vMB 44
585,760 585,760 00000000000000000000e3b71b6b90e517b50ccce0186d7f64b396e0a10919f5 1,030 0.35/1.00 vMB 45
585,759 585,759 000000000000000000147d347bfe12dc83caed37fc1cf378f4e71969411a8792 386 0.13/1.00 vMB 58
585,758 585,758 0000000000000000001e0718ee2a4ac097bfbfd46cb41d0f33816b3c074cc3b2 1,324 0.62/1.00 vMB 41
585,757 585,757 000000000000000000095278a3697bbb381c0aefdae39eb8520c11eeaec5f057 1,200 0.87/1.00 vMB 20
585,756 585,756 00000000000000000018cf4402102be7a7654a6a4a3e9c9d207990b928b437d2 2,225 1.00/1.00 vMB 10
585,755 585,755 00000000000000000010a3205056a62207d60f1e4a075c4062a5ac31b0708b27 2,086 1.00/1.00 vMB 25
585,754 585,754 00000000000000000003f38c5624bc74978aa254200f365b6c7d8ddb748cefea 3,132 1.00/1.00 vMB 78
585,753 585,753 0000000000000000000038c0e9b726f39259800cd858dbfc0a9007406184dd70 2,745 1.00/1.00 vMB 26
585,752 585,752 00000000000000000014a6566f50f68aa5de244df9084b44a2b1ed377988aaba 2,514 1.00/1.00 vMB 78
585,751 585,751 0000000000000000001c8a9a367682a9e89eeb4fb38029381294c9e9d73621c0 3,031 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.78 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.57 GB
    • Received: 16.92 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.