Loading Tool

Explorer IconExplorer

Memory Pool

38,938 transactions
25.57 vMB
0.04893794 BTC
Random Selection Loading Transactions
Max Size: 132.61/200 MB

Candidate Block

Mining Attempt 0d7302f1039747938cdeae3fbc0eba362df5039fbcb63f5175350ded1aee7cd2
Version 20000000
Previous Block 00000000000000000001e79dbd4ceeab4d77bdf107dcdcf0be35699e29eb1f0a
Merkle Root d387037d8bc6d46b78ac9a09ebf302f4d18da5655864f4c03f2ca67653779a10
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,465
Size: 1.00 vMB
Total Fees: 0.00279717 BTC
Feerates: 5.71 > 0.28 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,760 (117,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
796,768 796,768 00000000000000000004199bd84571a7ae9cef2af7a8cfe7a7f0ebf7dd756fbc 2,019 1.00/1.00 vMB 19
796,767 796,767 00000000000000000002eadc99f372842c0187b108a167b27cc7c3eed7b7f98d 1,584 1.00/1.00 vMB 14
796,766 796,766 00000000000000000001d865abae1851714d907cef873d733a1a964428a7f98b 586 1.00/1.00 vMB 10
796,765 796,765 0000000000000000000096e5903cb6b51230f48a55f6337583f9fd65518ec023 785 1.00/1.00 vMB 11
796,764 796,764 000000000000000000038fda3291f0e03783037278dab4688e82b09bb8df0c37 1,128 1.00/1.00 vMB 13
796,763 796,763 00000000000000000001eb905f619739b87a01d314a8748e78d4e2611d8c15ea 3,689 1.00/1.00 vMB 24
796,762 796,762 000000000000000000045e3d04c80ea7d27b59e278dc08dfbc2d9419d283c2a0 2,422 1.00/1.00 vMB 14
796,761 796,761 000000000000000000051d5d46ddb55184b81b8dd6979ede8d1f3feae8425d2d 1,976 1.00/1.00 vMB 14
796,760 796,760 0000000000000000000240d4ade4c41e702c43ae2a52a5b87abfecee4237aaf0 364 1.00/1.00 vMB 16
796,759 796,759 000000000000000000054651a3fe213c6249056a59691e9c5b526bd0404ff5ac 2,754 1.00/1.00 vMB 21
796,758 796,758 00000000000000000001b095b50e02437713b4158e0abdf0fea2e6b59777a594 3,387 1.00/1.00 vMB 25
796,757 796,757 00000000000000000002c249d9fea7a3af78406e37485000511186092d3b74f7 3,111 1.00/1.00 vMB 25
796,756 796,756 0000000000000000000372419c0ee5e8e711143356e7f5ffc215d5d4496785b9 2,704 1.00/1.00 vMB 38
796,755 796,755 0000000000000000000428d686eb53cd6f0289f8785f3ef0b3ad0ba9e3c469d3 2,690 1.00/1.00 vMB 19
796,754 796,754 00000000000000000002c6e8bb335ffa9191c3ba40f9f23d957012e7d3eeec9b 388 1.00/1.00 vMB 10
796,753 796,753 000000000000000000027ca501d7e9988a13ae91297f0cf72e4354d94d5f60ec 2,944 1.00/1.00 vMB 20
796,752 796,752 0000000000000000000161bf2620dc0a5c5cc0e65c26825aa035929afb0acf40 2,400 1.00/1.00 vMB 20
796,751 796,751 00000000000000000000873682c7ff2552333146bbd7bc90be9fea9a06e15132 2,228 1.00/1.00 vMB 16
796,750 796,750 0000000000000000000033cd8db0f1110fad041993e32865a31d06d8ef69ea2f 2,668 1.00/1.00 vMB 23
796,749 796,749 000000000000000000031eece481945ecf5ebf6cd32cf027275ec8f55768e1af 384 1.00/1.00 vMB 10
796,748 796,748 0000000000000000000302ec08eed22482b167fa1194fbe1ccc2990f07bf911b 687 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.96 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: 647.59 GB
    • Received: 12.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.