Loading Tool

Explorer IconExplorer

Memory Pool

42,274 transactions
26.73 vMB
0.06324741 BTC
Random Selection Loading Transactions
Max Size: 140.23/200 MB

Candidate Block

Mining Attempt 3380baa93186385b90dbc61f0f91117bb48500220b1b8b8a1f58e58e81e2e981
Version 20000000
Previous Block 00000000000000000001c29ba26020ab8fee0b13c11f761cf92eaeb9c92dd03d
Merkle Root b84b681b8f703765d46eecc0aae20883edf4bbe463baf160f79294e37a491a2b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,215
Size: 1.00 vMB
Total Fees: 0.01375294 BTC
Feerates: 181.54 > 1.38 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,932 (351,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
563,066 563,066 000000000000000000281e4e64c759176f2aede028e2f5cb1233954ad9909458 2,606 1.00/1.00 vMB 18
563,065 563,065 000000000000000000227c015197cb9001dc175439fb725449a7e3555cad4fe8 2,841 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.27 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: 656.01 GB
    • Received: 14.37 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.