Loading Tool

Explorer IconExplorer

Memory Pool

43,993 transactions
27.19 vMB
0.08758222 BTC
Random Selection Loading Transactions
Max Size: 142.30/200 MB

Candidate Block

Mining Attempt 7bace15a28117612c390c8a6dc40c9aee9122d088769c7a64dc7250d8de9c411
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 07375f996f1b0bc55c88f7deb335d6553290bdf37ae5d7b70c525c4efc4951e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,243
Size: 1.00 vMB
Total Fees: 0.03467801 BTC
Feerates: 150.93 > 3.47 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (414,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,797 500,797 0000000000000000008346e11c868f802e2d8d9c392ebbeed31cbc635e5519b3 1,714 1.00/1.00 vMB 269
500,796 500,796 0000000000000000006c5c3ec019d6859c77917bd642fe89779872d4150c4445 2,629 1.00/1.00 vMB 348
500,795 500,795 0000000000000000007f41053c5d88206aebe685f704a9d37739f80641d42d44 2,233 1.00/1.00 vMB 770
500,794 500,794 0000000000000000004c43d31d7b77b494f276df71e5c8944971c735654b1347 736 1.00/1.00 vMB 790
500,793 500,793 00000000000000000010406c9c7a28b1c7e1d5a381024e55ae3a0ec453ac6749 253 1.00/1.00 vMB 812
500,792 500,792 0000000000000000004ccb34692d58eb65f8d5a9708125ba26bfd5200c86f5cb 1,919 1.00/1.00 vMB 873
500,791 500,791 0000000000000000001f13e722dd5f10179238cb01668e14a3ddf1c8c941f192 3,026 1.00/1.00 vMB 972
500,790 500,790 0000000000000000003fb160600613e49af10d4f3c9ea8e92a9bb7ebcf7a4688 2,048 1.00/1.00 vMB 1,191
500,789 500,789 0000000000000000001f720800b5cd2833ae077818696cbcd70f8a1f116fc5db 1,874 1.00/1.00 vMB 1,092
500,788 500,788 0000000000000000008a7f68eb9b4b581efc8d72defcd389ca54c22af0f0f35d 879 1.00/1.00 vMB 1,039
500,787 500,787 0000000000000000003314f1593f450513356053082e90c244605872bcfbc9f2 1,709 1.00/1.00 vMB 263
500,786 500,786 00000000000000000006c15ae273eaa2b4d0d69220167dc140b113ccaecade1d 2,174 1.00/1.00 vMB 652
500,785 500,785 0000000000000000008849f519597ec1ace13c0d71fa72416689ec1fb80b0e27 2,231 1.00/1.00 vMB 833
500,784 500,784 000000000000000000800b55310aa84be44f015b63e97da818a64b33521234c9 1,871 1.00/1.00 vMB 450
500,783 500,783 00000000000000000078f00dbd09ceff8309c9580cc0af23ffa058c63e7c5e3f 949 1.00/1.00 vMB 341
500,782 500,782 0000000000000000007730b3d08890044bb9e6fe9c0003dd3c4be469deee5708 1,734 1.00/1.00 vMB 290
500,781 500,781 000000000000000000528c96828a40343bc843542d7b4aac950857f3a5473082 1,887 1.00/1.00 vMB 555
500,780 500,780 00000000000000000058eb164d19f5f5f1445470b2c118ab2a50d8796b098633 2,360 1.00/1.00 vMB 942
500,779 500,779 00000000000000000071185ef38dfa2bd8a866903ab4c5e58705a32e6cbf984b 2,033 1.00/1.00 vMB 561
500,778 500,778 00000000000000000037c71f32e11fbeb61602b814ce03184d85ec46f7442900 2,287 1.00/1.00 vMB 685
500,777 500,777 00000000000000000039833a84f2e59acc7a8ed313e7df2410ca13a75acc0dc0 2,062 1.00/1.00 vMB 784
Previous 10 blocks ↓
Total Size: 782.16 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: 653.28 GB
    • Received: 13.86 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.