Loading Tool

Explorer IconExplorer

Memory Pool

77,111 transactions
28.82 vMB
0.11791340 BTC
Random Selection Loading Transactions
Max Size: 174.33/200 MB

Candidate Block

Mining Attempt b9b7e087fef1a7068d3a33faa146caf287dcc4144f3b0ba3f0fb43aaa27b7415
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root ec356a61e1741a2561bf73521d6e8ef143f63161e7a9ddd700a1efa6f052b178
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,445
Size: 1.00 vMB
Total Fees: 0.05789679 BTC
Feerates: 101.65 > 5.80 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (87,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
827,863 827,863 00000000000000000003a1a5028990a8bd3fe25dc738b3d2957a6699cbd66d89 6,101 1.00/1.00 vMB 28
827,862 827,862 00000000000000000000a87b30c81e038e55663426c9483814c3f987bf5a45f3 3,795 1.00/1.00 vMB 32
827,861 827,861 00000000000000000001e1b4c318c03d74cc02cd723ec60debb3cac6822f197a 4,031 1.00/1.00 vMB 34
827,860 827,860 00000000000000000001990418fe7cc090c165faea5d43bb0313d077f6ad56b0 3,175 1.00/1.00 vMB 28
827,859 827,859 000000000000000000024d45cb2176df672cd2b18db13fc167e3c9d61ba67b7d 2,703 1.00/1.00 vMB 41
827,858 827,858 000000000000000000028dab2e3125cb31f7b5502c462d276a7ba185702f9ddc 4,761 1.00/1.00 vMB 28
827,857 827,857 00000000000000000001fb9a2be42c001dc2b528d3f7ff6fd213673455e85d4c 5,664 1.00/1.00 vMB 27
827,856 827,856 0000000000000000000230cc1f9300aba73270cab359e084587d724d4304e09c 2,876 1.00/1.00 vMB 37
827,855 827,855 00000000000000000000295653a2ea4551c48308a859de60c0b0c2a54e227b3e 3,072 1.00/1.00 vMB 33
827,854 827,854 00000000000000000001c4f29a69a1a588a8847752562d692c02685bf00da6a7 4,518 1.00/1.00 vMB 26
827,853 827,853 00000000000000000003e9ce9f143383317a9f6f4fd09bd0ee37a8053dfbf00f 6,446 1.00/1.00 vMB 26
827,852 827,852 00000000000000000002e00dc7c7a81a326aace5e26cc67b68f911d23e60689b 4,007 1.00/1.00 vMB 28
827,851 827,851 00000000000000000003830070ca1919570e35e6ca2af2f4fae2b21543b4198d 4,675 1.00/1.00 vMB 27
827,850 827,850 00000000000000000002e64dbd5811db0f5aef46149e76b6bafa8621cd64dde3 5,975 1.00/1.00 vMB 27
827,849 827,849 000000000000000000015e01536dc385b844cc47b72dd0b903b570588498508f 3,483 1.00/1.00 vMB 32
827,848 827,848 00000000000000000000d4041fe771edd9dcb945bb85dfa739af1d2724a464e8 4,544 1.00/1.00 vMB 29
827,847 827,847 000000000000000000027ea2d4866539596b70682eb6cdfc1ecd8827937a3e5b 3,529 1.00/1.00 vMB 28
827,846 827,846 000000000000000000039ba83c6e1ddab06d57e6acbc604234208b02f77db4f2 4,969 1.00/1.00 vMB 32
827,845 827,845 000000000000000000024d851e327e71cd4f07aba20bb5d43471d0bee9f9f6ec 5,008 1.00/1.00 vMB 30
827,844 827,844 000000000000000000000833c88cfaa55136a7344b23ba5d1ffd727d8f0e9f51 5,656 1.00/1.00 vMB 29
827,843 827,843 000000000000000000015b07eda83500594fd2eec40505c425a762293cbfb8be 5,936 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.59 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: 671.53 GB
    • Received: 15.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.