Loading Tool

Explorer IconExplorer

Memory Pool

48,133 transactions
29.19 vMB
0.07049831 BTC
Random Selection Loading Transactions
Max Size: 155.95/200 MB

Candidate Block

Mining Attempt 8e4518ea9d9c7077a36df755c9f8642627da564fe74f013108003d8e07b0942a
Version 20000000
Previous Block 00000000000000000001d639dc25e9adab712b5f436b38ec9cf2cb9b77e26f27
Merkle Root bfcfd0fa9896a7bce4e7b3ab41cbd24c5ef61e8175cd40180a8f51b5ea8afe8c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,567
Size: 1.00 vMB
Total Fees: 0.01405567 BTC
Feerates: 132.00 > 1.41 > 0.42 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,830 (268,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,956 645,956 0000000000000000000de9d8e287da9ccf93cd7036607833f44c9099fda32506 2,091 1.00/1.00 vMB 69
645,955 645,955 0000000000000000000eccfcc180ef10726408a84480c2e08c18b5797e42028d 2,071 0.98/1.00 vMB 11
645,954 645,954 0000000000000000000ee2fb935c0a04f56a5f1e72b24c280a0332d831d4ef0a 2,052 1.00/1.00 vMB 56
645,953 645,953 0000000000000000000aace2037098f43a657e62efb230a4f4202087264e7210 2,098 1.00/1.00 vMB 105
645,952 645,952 0000000000000000000fe4e3565d88f105453751407e0a96e0f43576d97560ac 2,421 0.98/1.00 vMB 33
645,951 645,951 00000000000000000001769bac77daf685b9a71881dae28553a14f936fc1d2e3 2,073 1.00/1.00 vMB 68
645,950 645,950 000000000000000000049a922f896a8a9784aa118edba949a0238b78ec11a0f2 2,210 0.97/1.00 vMB 53
645,949 645,949 000000000000000000056fd5494c69cad5639ee0a3db747a3edc0c734c6d9f4e 122 0.95/1.00 vMB 2
645,948 645,948 00000000000000000003cadadc429ba7ca0cc0454a328a9ee51e005b99f6ee40 1,811 0.95/1.00 vMB 41
645,947 645,947 000000000000000000088a28852eed82dbf3f8a96512969ce3373f0618765f7e 2,445 1.00/1.00 vMB 55
645,946 645,946 0000000000000000000d72ef3cf0c0d1d17f54837d0e396b7e192bb26e793a78 1,370 0.95/1.00 vMB 47
645,945 645,945 00000000000000000009b6a1bbee53b11b825def87c37f5809aac40d6ceb3830 722 0.94/1.00 vMB 35
645,944 645,944 00000000000000000007168ae5fcc7bfa98cd5104c6135c40f2d81bdabc0991c 459 0.97/1.00 vMB 6
645,943 645,943 0000000000000000000b1f7309b4e15d146d210dd39ee46eb02181dd608d24e7 2,029 1.00/1.00 vMB 26
645,942 645,942 000000000000000000082e1c555c7aeef74315a9734391692d3636d095ea1e5b 2,173 1.00/1.00 vMB 22
645,941 645,941 00000000000000000008c37d4c8e2c4d255168eb73b6daab40fa0b01d7c6c4ce 2,806 1.00/1.00 vMB 85
645,940 645,940 00000000000000000004b14f241e62f2d4843aa683ff76ab2d17be755cd1df9d 1,878 1.00/1.00 vMB 29
645,939 645,939 000000000000000000048b08248fec59cb00b05d6ef6de7dcb3f958f2ac4ee92 2,506 1.00/1.00 vMB 51
645,938 645,938 00000000000000000000a09d728009067890e9f5869155fbf8138b3dcaa0e323 2,514 1.00/1.00 vMB 73
645,937 645,937 00000000000000000006dd12e42dfc3404fa91a5c4852e7eae6017b9fc301b52 1,576 1.00/1.00 vMB 105
645,936 645,936 0000000000000000000cf6944ae9d711b238a686552e098a6abcf3336ba34fc3 2,124 1.00/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 782.09 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: 651.47 GB
    • Received: 13.58 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.