Loading Tool

Explorer IconExplorer

Memory Pool

74,988 transactions
27.66 vMB
0.07518968 BTC
Random Selection Loading Transactions
Max Size: 168.66/200 MB

Candidate Block

Mining Attempt 17d7645bf081fdf2e4e3fa330256a95f2723e9811890450076fd57b0f70975da
Version 20000000
Previous Block 0000000000000000000190474c0158c4506247065620e0a299349b7552b86a26
Merkle Root 10e2901b1c8f372ccd5bd46055ded62451daf25982f51774d045960502e6092d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,160
Size: 1.00 vMB
Total Fees: 0.01614156 BTC
Feerates: 100.35 > 1.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,290 (107,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
807,699 807,699 000000000000000000035f0604f9fb6de88ecf759ce8b3207b1abb805b628ad8 2,535 1.00/1.00 vMB 15
807,698 807,698 0000000000000000000352865d1fab70a3c5f888430659290a8789b0cb32c4e5 5,096 1.00/1.00 vMB 15
807,697 807,697 0000000000000000000463e07cde375bbf3601edd1adbc9c449213787d5ae265 1,864 1.00/1.00 vMB 18
807,696 807,696 00000000000000000001275bfc366be1ecf2aea75252ab56b30c2eaac9125137 4,761 1.00/1.00 vMB 14
807,695 807,695 000000000000000000029017ed3ddb4cba075e21d48f51da44b9a4c3ff1d9616 3,703 1.00/1.00 vMB 17
807,694 807,694 000000000000000000001240c04649e177d8a8cb688fa946943b18b373805388 4,410 1.00/1.00 vMB 17
807,693 807,693 000000000000000000050a73b734dce757919d7e2a42f8dc7fd5267bd023b984 2,695 1.00/1.00 vMB 19
807,692 807,692 0000000000000000000109fc4d17efd521a6e0c2666ebd5c1db63ee462d554e4 2,804 1.00/1.00 vMB 21
807,691 807,691 00000000000000000001f903f13fa6e6ba08ae7f949fc6f2d63ab08c44b39d11 6,124 1.00/1.00 vMB 14
807,690 807,690 0000000000000000000162f61c5c6a325d9df6e966f39a2c1ad64e58d731fe8b 4,698 1.00/1.00 vMB 16
807,689 807,689 0000000000000000000320ef87e891ee44664c8b378c73b2648dad114a0c57a3 4,165 1.00/1.00 vMB 15
807,688 807,688 00000000000000000002d5d32e0798dd2f95f51b5f9639c46ccf18ddd22e99b0 2,926 1.00/1.00 vMB 25
807,687 807,687 000000000000000000010de394714c41b99cf5069d28e2d0af8c5586bcb4b093 5,887 1.00/1.00 vMB 12
807,686 807,686 000000000000000000013689b5f70fbaf6c7243d73506dde2f678df8bdf9f4e4 5,062 1.00/1.00 vMB 15
807,685 807,685 00000000000000000001bea909d38647735483e498831120a868cb44d91741c6 2,749 1.00/1.00 vMB 18
807,684 807,684 000000000000000000010821b3f47fe98731f9acd8eb7c3ffd2121cdbf2a2253 2,379 1.00/1.00 vMB 22
807,683 807,683 00000000000000000004fc6dfa8a497deeceb90cf5c0de564e5d384fcc9bc3b6 2,636 1.00/1.00 vMB 24
807,682 807,682 00000000000000000003b8e5d7f97c50d57de562fd4f13c451cfac9383ec4c15 2,330 1.00/1.00 vMB 22
807,681 807,681 00000000000000000001cfb071f7d14cde75c29c1d6c6468b59734926edc264e 2,578 1.00/1.00 vMB 36
807,680 807,680 00000000000000000004bfdb99d493e43370bf533d16868999739fc84e29549f 5,655 1.00/1.00 vMB 13
807,679 807,679 000000000000000000040cd2dc2db214612f5f7a25add28e391d846eec226074 2,931 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.89 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.51 GB
    • Received: 17.38 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.