Loading Tool

Explorer IconExplorer

Memory Pool

43,229 transactions
26.26 vMB
0.05500516 BTC
Random Selection Loading Transactions
Max Size: 138.20/200 MB

Candidate Block

Mining Attempt 8970f91765482bb4421dd8ebeda5c8606b41d42331240dbe4425de56a47d628d
Version 20000000
Previous Block 00000000000000000001d48fe31ee355e05137abbba8ee3417ce18547d2ebc79
Merkle Root 217188c55edd3502f923468cd329469502c1955d81d9a49f0f9a129a76af7b9b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,849
Size: 1.00 vMB
Total Fees: 0.00710608 BTC
Feerates: 40.21 > 0.71 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,743 (526,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,908 387,908 000000000000000000a829ad067dff91882885350a21bd81f2d0f52081d49257 1,685 0.61/1.00 vMB 91
387,907 387,907 00000000000000000586b34dba8c5ed2b2d4c386c02cfc649a3095f7e002d70f 830 0.42/1.00 vMB 36
387,906 387,906 00000000000000000b76b895bcb6b3b3059cd9417895711b1297fc415f537f05 1 0.00/1.00 vMB 0
387,905 387,905 00000000000000000877d1e5a506f1beef079023d5084c5c201505d6a4eeb95f 1,012 0.41/1.00 vMB 104
387,904 387,904 000000000000000009eac9dcb45ef1c1f64c83a7882dbf8ae2a7b016031a8f10 2,264 0.93/1.00 vMB 71
387,903 387,903 000000000000000008a324a7c6dd8e70b4849c598ef7f161d16e24ef78d8e370 2,011 0.75/1.00 vMB 75
387,902 387,902 00000000000000000c288ecccc03a580a77ac96c2e88c17c5523d3ec72fe6a30 2 0.00/1.00 vMB 0
387,901 387,901 000000000000000008eab53e07733541a23ab7194d9a531a43b6226fa2d7d461 583 0.35/1.00 vMB 26
387,900 387,900 00000000000000000c00aa294361a17311b44c8d3c6280c73f0c4e5d39f07227 2,157 0.93/1.00 vMB 39
387,899 387,899 000000000000000009f6942b629ebe89f7f6b6faafeb6df3030b8f8a17719b14 2,174 0.75/1.00 vMB 75
387,898 387,898 000000000000000009734665dda6773fcb56451ebcb751783b88fbb6e4e3bf7c 966 0.75/1.00 vMB 36
387,897 387,897 000000000000000001d602c8800109d345caaa4c8f71e12de60a638782ac63b3 2 0.00/1.00 vMB 0
387,896 387,896 00000000000000000208a32e96706c70e3b2ecc42b1185071b189796e858b782 1,485 0.51/1.00 vMB 57
387,895 387,895 0000000000000000085c8aa6a46c0c0789bc194618ddf57d82a8754cf5b148ef 1,459 0.55/1.00 vMB 51
387,894 387,894 000000000000000002cc3cf583f4340e4dca33d54a8cfb729de702cef5c728a9 1 0.00/1.00 vMB 0
387,893 387,893 0000000000000000020456050fe109ba491b5ec61a5a6730bca48ebf9045b622 897 0.75/1.00 vMB 19
387,892 387,892 0000000000000000008c3e4e2e6d0a68046c0b755a24513018a9c06d4ed856a8 1,870 0.93/1.00 vMB 36
387,891 387,891 00000000000000000620e1fd9e0edacc04dd6369b33165d0b8c123b71797fee4 2,082 0.75/1.00 vMB 50
387,890 387,890 000000000000000001b48052c5346f1ab20da81d1d1f564eaebbaabc49d5963b 1,823 0.93/1.00 vMB 27
387,889 387,889 000000000000000001c70218bc764c20c84fc79b8151375d63a2ff5acb670bd4 1,716 0.66/1.00 vMB 46
387,888 387,888 0000000000000000076ad147c3381e0adb3a3b509b4e58bda45b4b578169e6e1 989 0.51/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.93 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: 646.42 GB
    • Received: 12.85 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.