Loading Tool

Explorer IconExplorer

Memory Pool

87,355 transactions
32.49 vMB
0.10666113 BTC
Random Selection Loading Transactions
Max Size: 197.89/200 MB

Candidate Block

Mining Attempt 11b8ac4a603397fa49bd5aeb5d020238d1b9fe79b3eee2018517ce4cba5f1a56
Version 20000000
Previous Block 000000000000000000009cc3403b9757f9232658f0f77f1827104ea56c8d475d
Merkle Root 5676b56f4af4dd6664d97c3cb14f4892e07f0b30db94f443ab2216e7cc665a44
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,004
Size: 1.00 vMB
Total Fees: 0.02745452 BTC
Feerates: 318.30 > 2.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,341 (120,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,621 794,621 0000000000000000000020ea5d178fb5dbb8c9a2f385933b337f73ea0baa8332 3,537 1.00/1.00 vMB 34
794,620 794,620 0000000000000000000324d34bb6d672bb45a223b6620789c67bccce7f492c19 4,705 1.00/1.00 vMB 42
794,619 794,619 00000000000000000002c940a6622614f97487c90c273f0e8e80fcd52c024459 5,219 1.00/1.00 vMB 44
794,618 794,618 00000000000000000000c4ab104eeea12e66310d436ff30757f03d22fde37a2d 3,933 1.00/1.00 vMB 50
794,617 794,617 000000000000000000014d30a1c0cf36a9cca66dba86d7c0a8d12eef445153d7 3,529 1.00/1.00 vMB 60
794,616 794,616 000000000000000000047ea4ccbd5c2d982f07a381b65eeb5b2a90a776d5a6f6 2,917 1.00/1.00 vMB 67
794,615 794,615 00000000000000000002d80156d9155adf8d2d349654a55553fda49d2e8fecce 3,391 1.00/1.00 vMB 25
794,614 794,614 00000000000000000004843eb2b2d5b3ab71d1e016bf85c9b4b597ef80a8d439 4,729 1.00/1.00 vMB 38
794,613 794,613 0000000000000000000451c0e2254970e200b34d39627700a12cf1910ee8c983 4,942 1.00/1.00 vMB 42
794,612 794,612 0000000000000000000443ac7d18c381060fe0ff1ea70261ed671ddf56dc094e 5,028 1.00/1.00 vMB 42
794,611 794,611 000000000000000000005fc9959c208c1923ce971a1e2587b5629f650b7d9082 4,941 1.00/1.00 vMB 41
794,610 794,610 000000000000000000042365a72875c0d8613e6e5c4eddfa8cc72eac2d9c75f8 4,575 1.00/1.00 vMB 50
794,609 794,609 000000000000000000007d130e5c295998162104f4bfca5a191b0c0b18fa1b39 4,230 1.00/1.00 vMB 49
794,608 794,608 000000000000000000015a29e7536de6c720eebcc1a94d86852fcb86d6e53fff 3,949 1.00/1.00 vMB 18
794,607 794,607 00000000000000000000546c18e17fbd96204be989bbb306c9c4461f9e27bf0e 4,139 1.00/1.00 vMB 12
794,606 794,606 00000000000000000003042ded52fca1c4aabd4c7701edcbe1b0a70c4e05fd25 2,709 1.00/1.00 vMB 30
794,605 794,605 000000000000000000028246fc810343ec55eb6492b46d62b4a7c1e81bb0e769 2,803 1.00/1.00 vMB 30
794,604 794,604 0000000000000000000310186e07df260f6cf05c29fcb2f6fd7918c11ddb7767 3,410 1.00/1.00 vMB 11
794,603 794,603 00000000000000000004c671563952d4120a53278c12ecb1e3d808a437c7802e 2,251 1.00/1.00 vMB 19
794,602 794,602 00000000000000000004cab619d3f06c731fd2aa99bac3b369875e4ac07457e6 1,582 1.00/1.00 vMB 27
794,601 794,601 000000000000000000040912f1ace268a09db2d0e6fb081a02d7ee2611df99a4 2,125 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.98 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: 717.04 GB
    • Received: 17.82 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.