Loading Tool

Explorer IconExplorer

Memory Pool

81,940 transactions
31.45 vMB
0.10637397 BTC
Random Selection Loading Transactions
Max Size: 189.37/200 MB

Candidate Block

Mining Attempt e23e757c0aeedff76ce36ffcc8d9ad771694652d17fd48af8acfb162f118ffe4
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 25e42aaf7dc131006d1151917aa97b40a5805fbf97ded12ec0b57e0a105ae219
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,977
Size: 1.00 vMB
Total Fees: 0.02672659 BTC
Feerates: 318.30 > 2.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (107,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
807,678 807,678 0000000000000000000300f296befc598e93df58a107e436c40f1f6fc6217643 5,473 1.00/1.00 vMB 15
807,677 807,677 0000000000000000000422f40c74386fdc9f1d47d2c672a0daad2f92df0f867d 3,451 1.00/1.00 vMB 12
807,676 807,676 00000000000000000002ace50d6fb75ec46d6cbdb0faf39f33fc395ecf2ff7cf 3,999 1.00/1.00 vMB 21
807,675 807,675 000000000000000000042f53db39733a4cad0f91be99cdf3848ad96afe1a01c7 3,007 1.00/1.00 vMB 23
807,674 807,674 0000000000000000000160bde522ddcf1ddca42e06b6996093310fe6c2ffa304 5,068 1.00/1.00 vMB 17
807,673 807,673 0000000000000000000342a975832478b946729744752025d8f37c4f821f7e5e 3,356 1.00/1.00 vMB 13
807,672 807,672 00000000000000000002c4b97be903b5f61897475acde612bbe9c5b9fcf4dd27 5,809 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 783.00 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: 718.78 GB
    • Received: 17.95 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.