Loading Tool

Explorer IconExplorer

Memory Pool

89,218 transactions
33.68 vMB
0.14764153 BTC
Random Selection Loading Transactions
Max Size: 199.88/200 MB

Candidate Block

Mining Attempt 9b55ec2690ad5e5c723771ad46eabe932c09fc7096b221c44667e140b4a0d90f
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 4b819e7286e19af165008eb01a8cd5aa90a53242280c63701b4921c86a9d054b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,607
Size: 1.00 vMB
Total Fees: 0.06021586 BTC
Feerates: 469.97 > 6.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (351,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,087 563,087 0000000000000000000ddfc35733dd8992d02420233930c927c7e6d2c896af70 2,311 1.00/1.00 vMB 14
563,086 563,086 0000000000000000002c7b7a6621fa24beca819764614953a7ca70566936d043 3,313 1.00/1.00 vMB 3
563,085 563,085 000000000000000000258565565ccad98c544f1bc7afa4ac5d1a74a0f449576a 2,759 1.00/1.00 vMB 20
563,084 563,084 000000000000000000062f21e39414e1f153705e6813c24dbea10530da5035d7 3,003 1.00/1.00 vMB 29
563,083 563,083 0000000000000000002262dca2d50e692dbbb233f40b2eba11794ce548ecb166 1,981 1.00/1.00 vMB 13
563,082 563,082 000000000000000000207204bdf9ebd37e8e836138fd03f29d9def170b96633d 3,307 1.00/1.00 vMB 4
563,081 563,081 00000000000000000017aaacfde94318c7e5f21fd88aad02723f722ec975ba77 3,118 1.00/1.00 vMB 31
563,080 563,080 000000000000000000273d4789dbf26c264536ca0a86806b3fb2cac23f3b76ae 2,746 0.98/1.00 vMB 18
563,079 563,079 0000000000000000000e7f0b47c55f85cd74c4cc107010805a9194c016c4b0e7 1,732 0.87/1.00 vMB 2
563,078 563,078 0000000000000000002d8726736d2c99e5a718ba3497defc9f06179b4c8e65b4 3,224 1.00/1.00 vMB 11
563,077 563,077 00000000000000000012eac2b71b8aec5bce0972f09d31059c4949fae99975a5 2,018 1.00/1.00 vMB 11
563,076 563,076 00000000000000000009b2ad44b4dfa5f88fb203a1d9a90657616476b850c289 3,542 1.00/1.00 vMB 33
563,075 563,075 00000000000000000026134d270ad01287e84d09af9428dc0eeabf8c8d0f1e2d 2,932 1.00/1.00 vMB 10
563,074 563,074 00000000000000000028a36fda0990da9763b504d4fe1834045ef393f287943f 3,179 1.00/1.00 vMB 16
563,073 563,073 0000000000000000000d6af6e019d2183b3e57adcc5190d309e70acf6d55ddb5 1,932 1.00/1.00 vMB 2
563,072 563,072 0000000000000000000514e6bf68df21f149a804bdd32c4fcc659b227a383a10 2,759 1.00/1.00 vMB 7
563,071 563,071 00000000000000000002d4a44a26997382738757acf7f6de590f10d4eac56715 3,343 1.00/1.00 vMB 22
563,070 563,070 0000000000000000000fee27318eeb112f99db543afdeb1c119d28f7b5102aa1 2,960 1.00/1.00 vMB 17
563,069 563,069 00000000000000000021824ee6091686581cee4f8ec9fdb44331648822a1925d 2,514 1.00/1.00 vMB 8
563,068 563,068 000000000000000000298808c3a8f129edae9c2dcb7ebeaa196b0d77af8969e4 3,112 1.00/1.00 vMB 18
563,067 563,067 00000000000000000004cbbe84adcf86babe45d26cf798a616571f2993f75bb9 2,768 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.30 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: 658.10 GB
    • Received: 14.56 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.