Loading Tool

Explorer IconExplorer

Memory Pool

82,330 transactions
31.07 vMB
0.11760992 BTC
Random Selection Loading Transactions
Max Size: 182.81/200 MB

Candidate Block

Mining Attempt 3bfce10d83b49143783b25417cd1506ccf3f10e1b2470a8c0f8974a602408ab6
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 6aa5023f8890d885d07f2a707168dccdb581e03e4e5e72c9002e781a06bac18c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,729
Size: 1.00 vMB
Total Fees: 0.03991656 BTC
Feerates: 150.77 > 4.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (85,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
830,066 830,066 00000000000000000001bd79e0377e2d4823cec60b037fb7770e649a41022e8c 1,533 1.00/1.00 vMB 23
830,065 830,065 000000000000000000024566e85c51461adaf646521041a14a7a73dad684f432 1,222 1.00/1.00 vMB 11
830,064 830,064 000000000000000000035de9669f58ab08eac3f9310008651257f2a22c446f06 1,221 1.00/1.00 vMB 18
830,063 830,063 0000000000000000000243e2b5db10f377cd13e8672451fcb5cfb9ba7fe79349 886 1.00/1.00 vMB 17
830,062 830,062 000000000000000000010fb89b6a9f143f26bdd504dd5125031f4d9c8fb18899 934 1.00/1.00 vMB 18
830,061 830,061 00000000000000000002ffbcd036f5dc97ccfd74437259688ac5290658d3e851 873 1.00/1.00 vMB 15
830,060 830,060 00000000000000000000ca5f260d9cbdfd4ed2aba87e9d2e38b7337a2d45d9f6 1,219 1.00/1.00 vMB 15
830,059 830,059 0000000000000000000245e7969be8d29659adaa7e0bd04d26d739f3b0d5a973 1,439 1.00/1.00 vMB 20
830,058 830,058 000000000000000000018a08b16baf6f55d35613b763cd0f1a31010d4e8f1baa 1,039 1.00/1.00 vMB 17
830,057 830,057 000000000000000000032be37e2759d945b24c8bc229f1fb21fed0ade003dd3b 1,724 1.00/1.00 vMB 23
830,056 830,056 00000000000000000003840077acaf2523af61b5ba01ae9c4fcc1712f1b29090 1,706 1.00/1.00 vMB 19
830,055 830,055 000000000000000000023f18e6d497ad3c1ab643eaf624b2a6cbc5fc5f3f1198 1,631 1.00/1.00 vMB 22
830,054 830,054 00000000000000000001d5737550e5b3cf3127b0f5d1ead5d020e4157ce863cc 1,257 1.00/1.00 vMB 17
830,053 830,053 000000000000000000033fd78106d17b6e39caeba8e4b87fb847acee9bf562de 1,794 1.00/1.00 vMB 22
830,052 830,052 000000000000000000023bb92237d36dfebcb25c26a3e2d012d1a87eb9b9d99d 2,176 1.00/1.00 vMB 22
830,051 830,051 0000000000000000000311ebb6b96298919e5d96d3cb97e520419bf991a58175 1,293 1.00/1.00 vMB 18
830,050 830,050 00000000000000000003a8704a639207ceef4ac11d2f4f6d04060d9e565cac3a 1,205 1.00/1.00 vMB 17
830,049 830,049 00000000000000000001ebe02926c1726930ea674923854692cbbe957781623e 1,162 1.00/1.00 vMB 15
830,048 830,048 00000000000000000001df7cf92b15c0fae17ccd32a9ba8c5e842601ea3da288 1,879 1.00/1.00 vMB 13
830,047 830,047 00000000000000000001a855d5826f6ede9d4f7099b9162556709f1bafaff38a 1,959 1.00/1.00 vMB 12
830,046 830,046 00000000000000000002c4fad6d86e51a6071b4addc9dc16276facfbb9f5e8f0 1,212 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.52 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: 668.77 GB
    • Received: 15.57 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.