Loading Tool

Explorer IconExplorer

Memory Pool

81,336 transactions
30.44 vMB
0.11206408 BTC
Random Selection Loading Transactions
Max Size: 183.37/200 MB

Candidate Block

Mining Attempt 4fe4c2e7ac85830f1c598c80ed573df5f697285c5c81f15f412b4286715dbc93
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root 7c24bae9e9c268642425c8f9b8dba5d374f55feebc59fd210f9c20197338a2e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,378
Size: 1.00 vMB
Total Fees: 0.03785616 BTC
Feerates: 180.34 > 3.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (397,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
517,726 517,726 00000000000000000018ea9bc16be3b4f28ec69795021336f922cf24e46b792f 178 0.13/1.00 vMB 20
517,725 517,725 00000000000000000047947e29d0daec21c70c7487dc411cbfbf9b2ea401673f 1,581 0.83/1.00 vMB 13
517,724 517,724 000000000000000000152657c5c787b1caa3b35d58b1dd8653ba152a90a9e0fe 2,050 1.00/1.00 vMB 5
517,723 517,723 0000000000000000001101767253c744d86113e7ad58e296729c4cfff2b089c4 2,960 1.00/1.00 vMB 8
517,722 517,722 000000000000000000478c6e7ad9d9eef9771ece4ae215587b4bb725c1314c73 1,382 1.00/1.00 vMB 14
517,721 517,721 0000000000000000001cfc65d23e8417939f36cb6045fcaf857fa2c7208e58b3 1,135 1.00/1.00 vMB 53
517,720 517,720 0000000000000000003805e84dd896ac9e5fc1cf1cbfb398adca6d271e7385f2 2,527 1.00/1.00 vMB 24
517,719 517,719 0000000000000000004d72fb7726d5381cadb773a3d086435a121a6f3582e83e 2,664 1.00/1.00 vMB 10
517,718 517,718 0000000000000000001318a334c7c55b84661faa4d3c36ebb82c1ca9c0323537 2,491 1.00/1.00 vMB 61
517,717 517,717 00000000000000000044edfb976653cedf4b43a69e673d428f9acb342a231f51 2,612 1.00/1.00 vMB 37
517,716 517,716 00000000000000000039fa784c6771f7c4d82f7ae46006093063ad61f679138c 2,266 1.00/1.00 vMB 23
517,715 517,715 00000000000000000021d7bb0a4aedcbeb38804915623df5037fded7f478218d 2,104 1.00/1.00 vMB 35
517,714 517,714 0000000000000000000e28622c0fd7d8bdd8f0029b99800b9790e5f15b5f5320 1,206 0.82/1.00 vMB 1
517,713 517,713 0000000000000000003376431f1927bec9cc690d44636f230ea22a6db5bbe6a5 1,750 1.00/1.00 vMB 14
517,712 517,712 0000000000000000001aa0704c2835fb0ca6d47c71d84ec3bad1d47240f0348c 2,973 1.00/1.00 vMB 13
517,711 517,711 00000000000000000017d8dfd1c813af7205ea23d07ccfea732b3875d043a11b 1,878 1.00/1.00 vMB 11
517,710 517,710 00000000000000000046ca628948b61f25a357c4da22bf3fb57012b6ba38d8f8 973 1.00/1.00 vMB 8
517,709 517,709 0000000000000000001c2ebcc374ecefae4d248198834cf70c8f6398051fe5cb 1,806 1.00/1.00 vMB 35
517,708 517,708 00000000000000000026651a7e8638c65ec69991d8f5e437ee54867adbf07c49 2,351 1.00/1.00 vMB 54
517,707 517,707 0000000000000000003de39f5ad668699c0cbc2236585d585f0d99e647b267f9 1,512 1.00/1.00 vMB 10
517,706 517,706 00000000000000000002098ab5e2ac4d5a6f9cc3cc8c764dcaecd5a9c6290523 1,674 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.