Loading Tool

Explorer IconExplorer

Memory Pool

78,579 transactions
29.17 vMB
0.09181955 BTC
Random Selection Loading Transactions
Max Size: 176.29/200 MB

Candidate Block

Mining Attempt 31dcbc527703fc20c6671ea55f49ae4a10e363931a2c3e1331267c58820adc75
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root b451f0e4ca3f88085eb96226b3c781ec6767d81fb611c34f54abaeb7a20d2b81
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,576
Size: 1.00 vMB
Total Fees: 0.03077495 BTC
Feerates: 150.62 > 3.08 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (311,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
603,957 603,957 0000000000000000001375d406bab0832a7a7299bc72c5c5a0bf5ad4f55dc47f 3,238 1.00/1.00 vMB 26
603,956 603,956 00000000000000000004b5d28c14804d5baa1c8e4516dcaaef5452ed7c031802 910 1.00/1.00 vMB 6
603,955 603,955 000000000000000000040b8cc03a5948ef5cbe5f6f3e05c252fe7408ebddccf7 2,373 1.00/1.00 vMB 13
603,954 603,954 0000000000000000001500a41bba6dbb467c56df3e46c10870df77ca801f3f5a 2,566 1.00/1.00 vMB 18
603,953 603,953 00000000000000000000dd3699b2ead386675feaee6fc2917d0832d2df5b9562 2,785 1.00/1.00 vMB 22
603,952 603,952 00000000000000000008d159189ab186342e7dad38d6a95ac7a41f829ab4607c 2,486 1.00/1.00 vMB 35
603,951 603,951 0000000000000000000766dec927fad9efd4aceff58e467c43b05d2eea3178ac 3,111 1.00/1.00 vMB 33
603,950 603,950 00000000000000000003fca034bd9be6f71ee85177d1b113abc2a21b8daecb5a 3,071 1.00/1.00 vMB 16
603,949 603,949 0000000000000000000ef02b50ef383acd482b5df0962d59c9e66d483eeba7ef 2,891 1.00/1.00 vMB 23
603,948 603,948 0000000000000000000605a6e8d38d1f32e1deb677b4ed212efae317ae11a045 2,562 1.00/1.00 vMB 24
603,947 603,947 000000000000000000052ee52d56f9e382f80240460d81051634ac938b42f562 2,940 1.00/1.00 vMB 29
603,946 603,946 00000000000000000015abbc8b54e1632ced2240b22ced1fca006b2e9060aa0a 3,315 1.00/1.00 vMB 24
603,945 603,945 0000000000000000000cd0566195a0fd624dbc0622586a7f6c4e264aa0bee5f1 2,330 1.00/1.00 vMB 46
603,944 603,944 000000000000000000145600de98dc423ae2df3449b1370e184db0c7cdacb724 2,908 1.00/1.00 vMB 37
603,943 603,943 000000000000000000132c3e8389df0e998cdeaa23950c60a307e6e0f43258ec 3,020 1.00/1.00 vMB 20
603,942 603,942 0000000000000000000ba5fca01b304d3becceb08945a2c97eeef1f657b3f416 2,942 1.00/1.00 vMB 37
603,941 603,941 0000000000000000000180e090cb1195f6b97c42c01f455f1d0e996ad5d3dbb3 2,768 1.00/1.00 vMB 23
603,940 603,940 0000000000000000000037483b8bf567891c98d9811bf583e8e158c562c34be3 1,319 1.00/1.00 vMB 10
603,939 603,939 000000000000000000004b07396e26a58052695cffaf54e1446908181f7c1c36 1,940 1.00/1.00 vMB 8
603,938 603,938 000000000000000000057a3c3a621a88486514fef6f0cd55ddbb57b72f27fa5e 2,951 1.00/1.00 vMB 24
603,937 603,937 0000000000000000000e1b6366a7a8b8fcffb0236ecdefa73f9d7e8918ea891a 2,987 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.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.