Loading Tool

Explorer IconExplorer

Memory Pool

77,814 transactions
34.10 vMB
0.13998273 BTC
Random Selection Loading Transactions
Max Size: 190.43/200 MB

Candidate Block

Mining Attempt 2e781d087eb992301ebff8bbc9a53524374b78ca6eb3f390a226c870fd6b435e
Version 20000000
Previous Block 00000000000000000001c3b45a252bf26d63304081f6ed643c9077982691539f
Merkle Root eabd4e5bbb75b6fb8f18eb796369f5bb4e9f8e494d034b75b0bc457f7d6e7832
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,498
Size: 1.00 vMB
Total Fees: 0.02178531 BTC
Feerates: 99.73 > 2.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,413 (527,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,803 387,803 00000000000000000b5f5c5d694d3d7ad44f314262be37faf6374aeb8412fa9f 2,381 1.00/1.00 vMB 31
387,802 387,802 00000000000000000ab39432966dcddcfad5b92ee0acf2b791dee09c321eff3b 2,080 0.75/1.00 vMB 45
387,801 387,801 00000000000000000c9bf7183a64c54bc6b1a8cc03b524f5d9a3daaf43f1b12a 1,151 0.95/1.00 vMB 19
387,800 387,800 000000000000000000e8e7d94fb4c80530ebfde66c038c16073034ea9a439cba 458 0.16/1.00 vMB 34
387,799 387,799 00000000000000000506d60eed2b7a50596122d6e040ea48af53a0386bb0cacc 2,543 1.00/1.00 vMB 44
387,798 387,798 00000000000000000132f29f9ffb7939ccb42fb6137ecdec44f1d63f4d2a3504 809 0.41/1.00 vMB 24
387,797 387,797 00000000000000000d07ecbbfadadc9ca99da5a0e0eb759888833a55d80dd5f0 2,959 0.99/1.00 vMB 47
387,796 387,796 000000000000000006eb1096919b67132a8c204489c5326cf7d4d6854ef7292b 1,321 1.00/1.00 vMB 19
387,795 387,795 0000000000000000032c282c264e21558a1972eb68c2a1ef6226c6eaf4f833dd 1,512 0.93/1.00 vMB 24
387,794 387,794 0000000000000000058467b471b10f56e76d7aeed8f2697d6138c36945bc9630 1,791 0.99/1.00 vMB 23
387,793 387,793 00000000000000000203d925bc5a2ce0a4840fa52ba4c31e2cfc9c14450d7b88 3,560 1.00/1.00 vMB 58
387,792 387,792 0000000000000000083ba2dca0d9bca77428aeb05a2ded4b874f2dc985d64ce1 2,826 0.99/1.00 vMB 46
387,791 387,791 00000000000000000ab04518738102810af411052c0d75fc4f654633c865ddf6 2,085 0.75/1.00 vMB 39
387,790 387,790 0000000000000000080ca9bf0c879102c8cb467b6b1086917f836f48b141d87c 483 0.27/1.00 vMB 22
387,789 387,789 000000000000000007e1bddb9dcda678b4a5721a834d34cd956ea9c2e484e611 866 0.29/1.00 vMB 43
387,788 387,788 000000000000000005a8a77bbd0a23c1b822ad633cd6e457bc99d154fc725bc4 1,606 0.75/1.00 vMB 26
387,787 387,787 000000000000000002cfa752030dd241228c7d3c222b5702180815faf4ddff67 1,377 0.69/1.00 vMB 40
387,786 387,786 000000000000000007fd553a38121f5185dafcce056e86af10e206b4d7005b75 3,256 1.00/1.00 vMB 49
387,785 387,785 0000000000000000058088c9172e2fbd56967e761e2e44e7d85c6fb1f6a40e00 323 0.14/1.00 vMB 34
387,784 387,784 000000000000000008ed43d68e15153b793a018fadb2acf0e31aad3de6645000 2,297 0.75/1.00 vMB 56
387,783 387,783 00000000000000000d7ae3f6abdab646fda5d524de8849008e9899c647f48c74 253 0.14/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 783.10 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: 731.79 GB
    • Received: 18.52 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.