Loading Tool

Explorer IconExplorer

Memory Pool

73,788 transactions
27.29 vMB
0.06519410 BTC
Random Selection Loading Transactions
Max Size: 166.61/200 MB

Candidate Block

Mining Attempt 8164b076b60c30660cf6cdd202989c60104a63072f52399e4ead67b8e9a4ac77
Version 20000000
Previous Block 0000000000000000000189a5f20e878121d89bc785969cccc1ec619f95e896c3
Merkle Root 6e1eae4223d78e17a1caceff8a86ac4c6fb8b0e790de76bf238f0a7acdb1f42e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,590
Size: 1.00 vMB
Total Fees: 0.00702801 BTC
Feerates: 70.42 > 0.70 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,281 (375,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
539,973 539,973 00000000000000000022b553c71e0e80486d45298e3749ada0b44870b26d8430 2,993 1.00/1.00 vMB 14
539,972 539,972 00000000000000000020556ffdae0f5ea1e5f758308a88be841dba2e8e46ae55 11 0.00/1.00 vMB 19
539,971 539,971 0000000000000000000112501240eda9273c57451608ccf814bf51c10917d15f 2,387 1.00/1.00 vMB 12
539,970 539,970 00000000000000000005aaa53e5dc5fd0ccd12e27780d92ff71b2ae795d3dd7b 2,886 1.00/1.00 vMB 20
539,969 539,969 0000000000000000000f2768ac730086fd84446676d185f7142786f935d6876f 2,479 1.00/1.00 vMB 8
539,968 539,968 0000000000000000000b4b24e6995a28be7bc538726c27c9837a1c0a3e0d23c3 2,713 1.00/1.00 vMB 28
539,967 539,967 00000000000000000014ffe0cc6e97e9786ccff1f96d1d36ab158fe7abf486bb 2,328 1.00/1.00 vMB 26
539,966 539,966 000000000000000000039ae751996ff24a2d8adf4270570eb874181c45c57a1a 2,835 1.00/1.00 vMB 41
539,965 539,965 000000000000000000119bbdfa591d9a3e932c2e0a8168eecc9fc1e0c8e11d1d 2,398 1.00/1.00 vMB 35
539,964 539,964 0000000000000000000d0a4281ca43fc936fbd7c957a06a7354e179333421c32 1,831 1.00/1.00 vMB 10
539,963 539,963 000000000000000000265a7ba3e27a0589271937a310a4c02344236c0da1409f 2,104 1.00/1.00 vMB 14
539,962 539,962 000000000000000000070ca769792c1055096101f10555c42c3fd54ead4261aa 2,896 1.00/1.00 vMB 8
539,961 539,961 000000000000000000101df12e07472ba51730e80358add124b3bc8edf0d5e97 2,379 1.00/1.00 vMB 21
539,960 539,960 0000000000000000000224dc1053ab2e82379efb23abe1c4faabb5cd16fa463d 2,377 1.00/1.00 vMB 35
539,959 539,959 000000000000000000083799a5f4c5edee8d0b12ff3b05b6c5d0a62e31e35148 2,943 1.00/1.00 vMB 10
539,958 539,958 000000000000000000156f4a8564481b787ea7aa94b85b22e3aa9b1ee7332c0a 2,152 1.00/1.00 vMB 27
539,957 539,957 000000000000000000160dc889929fef2cb4dd7db152c58ae27130eb5e93817c 2,555 1.00/1.00 vMB 21
539,956 539,956 0000000000000000000f506312a88543aa9766fb025189b135abb72eb80da23c 2,366 1.00/1.00 vMB 47
539,955 539,955 0000000000000000000c543d69b62059b863122068b2f5bbad8d1e2a8eed8828 2,436 1.00/1.00 vMB 16
539,954 539,954 00000000000000000003c99495130e34dc9a10df945dee3f0729fbdd253bb274 2,345 1.00/1.00 vMB 22
539,953 539,953 00000000000000000002d38bdcd203b372c6087d09279e7b05a7726edac42be3 2,984 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.88 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: 713.23 GB
    • Received: 17.33 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.