Loading Tool

Explorer IconExplorer

Memory Pool

73,693 transactions
27.25 vMB
0.06300881 BTC
Random Selection Loading Transactions
Max Size: 166.44/200 MB

Candidate Block

Mining Attempt 778f3dce334d44da82eeb5ffc3a777ce8ad10fa7af3b80aabad643c77c94e4b0
Version 20000000
Previous Block 00000000000000000000eb6f61bd9defd18e41bcd69e7e89dae8b0fff50507e2
Merkle Root ae5100d17d985b4ecf2ede9273e2b00749734e9e00523f177f71b6c33c499c74
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,738
Size: 1.00 vMB
Total Fees: 0.00526445 BTC
Feerates: 80.00 > 0.53 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,259 (553,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
361,620 361,620 00000000000000000f8337e61f0caa112774d4365236b3dc4a35e5b80e8e7f12 477 0.24/1.00 vMB 28
361,619 361,619 000000000000000004f7543130d85224d25f7031d469f8e02ffebc1b6d7ba514 80 0.05/1.00 vMB 24
361,618 361,618 00000000000000000c3f7149f626ad392fb5a990d224b59b47c3fb4df29021bf 147 0.07/1.00 vMB 28
361,617 361,617 00000000000000000a621e58db29ad8d74a89230dd0bca7050f9ba88635f120b 221 0.17/1.00 vMB 19
361,616 361,616 00000000000000000c2e9f36ce9f53296ad3954b6d2651f135429da48da3b194 1,081 0.50/1.00 vMB 29
361,615 361,615 000000000000000006d141429c2793a05f3bfabca3be495e8d03ae74cfa5cff7 262 0.12/1.00 vMB 26
361,614 361,614 0000000000000000057e73c014eaa2fe5ade5e9d85485884e610d2eda3f660a8 1,288 0.60/1.00 vMB 34
361,613 361,613 0000000000000000071f70088352b8944c141dc8a0105d40b687bfdbeb5a8114 1,258 0.68/1.00 vMB 26
361,612 361,612 00000000000000000c4cf3507e7c7613a13ebaa493426c4ed09475fd861ecd56 483 0.21/1.00 vMB 977
361,611 361,611 000000000000000005ac5697f810c7c61d195940c69d07bd111d3dc7789091d6 450 0.25/1.00 vMB 25
361,610 361,610 00000000000000000ea7250d508270999ca044d80a0c3ddba72b9da48f683a67 496 0.29/1.00 vMB 26
361,609 361,609 00000000000000000a40b02bae13d99abd202ae49e34bf174df6a45ecdc65942 656 0.31/1.00 vMB 29
361,608 361,608 000000000000000003a5f13cca601cbfac258f214f38eee89276a4beb2217ba3 595 0.45/1.00 vMB 23
361,607 361,607 00000000000000000bb9c738ac33d6a50d4a0287d7b05b3759a5d63e0d1eacd6 1,341 0.65/1.00 vMB 29
361,606 361,606 000000000000000002080bb0de5e0cf603b061694d68c272e101b5b834534f56 473 0.22/1.00 vMB 28
361,605 361,605 00000000000000000c57a5d381fd77e340e8422863d23b9711dcd21c3ea5673c 1,215 0.63/1.00 vMB 44
361,604 361,604 00000000000000000ef33aaf3f5249865f53b4b377d063f87dd64e9cefe81a1a 207 0.09/1.00 vMB 30
361,603 361,603 00000000000000000bb1238ccc60baa1c23269742682a7f8d907fae1c6820e91 497 0.25/1.00 vMB 30
361,602 361,602 00000000000000001161b88da3e7f5393ef566ac12f38708a38b0ea4459b75a9 966 0.46/1.00 vMB 32
361,601 361,601 00000000000000001465d4483e6890396f6b1212f4d0001d87f3b3ba6bf45334 377 0.21/1.00 vMB 44
361,600 361,600 000000000000000011b72809e57b2a678322fdf6ec0123f7b4a72843a32c3c1e 856 0.50/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.84 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: 712.06 GB
    • Received: 17.16 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.