Loading Tool

Explorer IconExplorer

Memory Pool

35,643 transactions
18.71 vMB
0.04042491 BTC
Random Selection Loading Transactions
Max Size: 102.80/200 MB

Candidate Block

Mining Attempt 58a71bbdbaed22fbbfc23eb16e222be9f03322e04fcfca5cf91a8c765b4807ad
Version 20000000
Previous Block 0000000000000000000087f5fa73384b341113ebaf18fcf622a4ac7f51bddad6
Merkle Root 93159a4807019f92d5385c905518514ba136bf66e4a1df971d706cb5b85431a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,763
Size: 1.00 vMB
Total Fees: 0.00483862 BTC
Feerates: 40.21 > 0.48 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,035 (753,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
160,326 160,326 00000000000003de56908b055e70db021124041bb221a0c339f174834cf17b82 12 0.00/1.00 vMB 69
160,325 160,325 0000000000000b5d1c05b608f24599fd2fb2deea345d886bfe08bc2759a7af11 17 0.01/1.00 vMB 75
160,324 160,324 00000000000002fcfbf7fd270232b96f662c7bc34f7f606837937599218ebdd0 21 0.01/1.00 vMB 88
160,323 160,323 00000000000009ec7418f4ce0172338e530566fd7ccdbe820e901c6b4f2f07f8 82 0.05/1.00 vMB 628
160,322 160,322 0000000000000ccd894b83ed8b852afcc3e3f61eeaa8fefab69ced88c56e9e2d 12 0.02/1.00 vMB 17
160,321 160,321 000000000000070a226c9523aa70053bf417debfa2e0fe986fe29df8d6f0084e 11 0.00/1.00 vMB 0
160,320 160,320 0000000000000160a5e379c3ed673914e36e23a41c49af05d710b7d9851b0f79 35 0.02/1.00 vMB 53
160,319 160,319 0000000000000415a58cba2a27ad287dcbfb88ccad891b17dfbe6bfad445b4cb 23 0.03/1.00 vMB 176
160,318 160,318 00000000000005f42fa4a09c2276ae4c074fb0ed6b6e4a0538faa6d57754407f 11 0.00/1.00 vMB 224
160,317 160,317 00000000000005f215892e9e8e156e3c4dcffff0b2f02847c65b10640cd6339d 52 0.04/1.00 vMB 115
160,316 160,316 00000000000008162b7abaa14aba6db4aa7a0e8cd5d9c3ccee592cf97bb52108 1 0.00/1.00 vMB 0
160,315 160,315 00000000000003cdb007f4ace6de7b1173f41bec4d319b71d32c6282b09d41e7 31 0.02/1.00 vMB 218
160,314 160,314 0000000000000dc0123d310b380c39af849e01a458564e6393cf0c5786c2f6ce 12 0.01/1.00 vMB 58
160,313 160,313 00000000000005726b9963fee5affe96db4a31483046aac54888745c2d88428a 59 0.03/1.00 vMB 199
160,312 160,312 00000000000002cd579411d985848c22ab2d8194a051ff6d677fa52342b8ca5c 47 0.01/1.00 vMB 157
160,311 160,311 000000000000035376b498261eea4f129db0f4216f5f46ff59af4a0b7dd0c700 24 0.01/1.00 vMB 40
160,310 160,310 0000000000000927ab3306d8e43ad9fce2136924fb12c5c8e045b53ab04459da 28 0.01/1.00 vMB 107
160,309 160,309 000000000000052f71c7fcc260e2b481faefbc2b7e7faed751739b8678f2d64c 20 0.01/1.00 vMB 12
160,308 160,308 00000000000005de061a6384aa8fa2342ed07dd4c8ecf235a6eace4823bb9a17 48 0.01/1.00 vMB 0
160,307 160,307 000000000000048b5618cbb0f97010e78f3c95b2d3f8d02b5272a8bb0a5f0d48 44 0.03/1.00 vMB 125
160,306 160,306 000000000000088a552fbbf7a64552e7296e1d0e35dc21d2e48dc84307e0ca2c 72 0.07/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 780.66 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 552.10 GB
    • Received: 6.54 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.