Loading Tool

Explorer IconExplorer

Memory Pool

45,932 transactions
28.76 vMB
0.13946422 BTC
Random Selection Loading Transactions
Max Size: 152.17/200 MB

Candidate Block

Mining Attempt 7aaaba4c82bfb21967d9f16dcb47fe3217eec4ba68671482628f73311aa54be1
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 193090dc0d46876abef9598539159913dccc1bd7b02c1299e38765400d1c86c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,527
Size: 1.00 vMB
Total Fees: 0.07880920 BTC
Feerates: 15,654.48 > 7.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (268,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
645,935 645,935 0000000000000000000580b215f633183a4ea9a29ad70dcc0f2e748dd989dfc0 1,683 0.95/1.00 vMB 15
645,934 645,934 000000000000000000082d8a0660d8d96d54943a5976e1108cb4b07da6a3c894 2,645 1.00/1.00 vMB 76
645,933 645,933 0000000000000000000540bbdde766a48ec7b49ba0e4e90c72cf25ae346d43a9 841 0.97/1.00 vMB 16
645,932 645,932 00000000000000000001df55c5687edc6ae2b65ffac9b62f93f2b59585a7e186 2,264 0.99/1.00 vMB 37
645,931 645,931 00000000000000000009a5d9041e47bc88b0d4a5b75cbf47295dacf161ba5546 796 0.99/1.00 vMB 10
645,930 645,930 0000000000000000000b2a005725bb66f994362ff50f687d5abcaabaa293cd47 2,449 1.00/1.00 vMB 43
645,929 645,929 00000000000000000008851cbb6ceaa3efb35c9196f63e10ec09051e83b3a5d7 419 1.00/1.00 vMB 5
645,928 645,928 0000000000000000000b75d2e59d2efd1b3edc9d48820aa36907ab26cd88071f 1,362 1.00/1.00 vMB 20
645,927 645,927 0000000000000000000b08f866435d0494fe47444d647a7c60b1d63a1b891fe4 1,450 1.00/1.00 vMB 24
645,926 645,926 000000000000000000059586d0cfd2e2bdd85ce103a59a027b6b07f51e22bd8c 1,613 1.00/1.00 vMB 25
645,925 645,925 0000000000000000000897bfb142cb53526e95e48ebc9d1572b4a8c02633dc34 2,599 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.04 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: 650.75 GB
    • Received: 13.32 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.