Loading Tool

Explorer IconExplorer

Memory Pool

50,696 transactions
29.05 vMB
0.07366735 BTC
Random Selection Loading Transactions
Max Size: 156.85/200 MB

Candidate Block

Mining Attempt ef3485c3c894d5428301c8861c498ef0d5d01ad92645a0515351d7a0cd786618
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 1c3a5787b7bfe39fb694df3cfa224b2182ff00bd85eb27b4bafb4f2c6344aaa5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,124
Size: 1.00 vMB
Total Fees: 0.01824424 BTC
Feerates: 173.90 > 1.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (863,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
50,891 50,891 0000000002b451a03272feabfa9bea13d0c191b82d4366c13282037c4866c0d1 1 0.00/1.00 vMB 0
50,890 50,890 000000001fdb4663ea385d687ecb71cb86794f5fc35e3991d05fce9c1193e930 1 0.00/1.00 vMB 0
50,889 50,889 0000000010b0fa7c35d417b232cc849a5d4701e3716f547f4006b599bbfa7269 32 0.01/1.00 vMB 0
50,888 50,888 000000000b040b36aadc85e2e6a15741e0f0ba7c926ad1842259333d466b51e3 1 0.00/1.00 vMB 0
50,887 50,887 00000000145eb2502354c660750b336a1a42617fcd4b94deecfdc43c34b0784c 1 0.00/1.00 vMB 0
50,886 50,886 00000000026f09591268e992a19e63edf4bb605a422df726697a939b64e6c5ea 4 0.00/1.00 vMB 0
50,885 50,885 0000000001e0ff1dacaa16d4648a5894dfd9418b54b6cedf6118fec9b7ad065e 1 0.00/1.00 vMB 0
50,884 50,884 0000000006b520c4669485cedf1450fd281eba37fb860b6e3a3df613424491e9 4 0.00/1.00 vMB 0
50,883 50,883 00000000062c3b73876f29a7f86e2883778d02d51614da7c7634214a952eb1ed 1 0.00/1.00 vMB 0
50,882 50,882 000000000a901e83ba746cb12baab5e17e1bba7bf3529f9cc0cccce3deab0e01 1 0.00/1.00 vMB 0
50,881 50,881 000000001efb67592f2e2d13376d851426659620875d75bf36892ff9b2b175e5 1 0.00/1.00 vMB 0
50,880 50,880 00000000116a8215f3a77ab6fbba2e63ee617aa7d9ed9369ad0b1711b93417af 1 0.00/1.00 vMB 0
50,879 50,879 000000001898cd088fc63d3ba8b414dc44218bb70ba0475e684dd077e1ca9a65 2 0.00/1.00 vMB 0
50,878 50,878 0000000002750e563f4ca3a73aa39dcf475530780f2e0dc23279698104eab5f4 2 0.00/1.00 vMB 0
50,877 50,877 0000000020a6382e49e4c2a77cfe52f165692310adcf93d10f03119fa935cfb0 1 0.00/1.00 vMB 0
50,876 50,876 000000000eedd4597514c0786e4bebfca760b863fff8b6da163cd0b20bbbbc5a 1 0.00/1.00 vMB 0
50,875 50,875 000000000c250d1f2ea902f6f1de355b5d70e19dc3641d5a7ac2f1e15a15fea8 1 0.00/1.00 vMB 0
50,874 50,874 000000000d92fb82678e63148981f965e24c7d3c1fdd9ac3b6f25299ce9bb11d 1 0.00/1.00 vMB 0
50,873 50,873 00000000060ef4fa3bb8353781e83387e225dbdeb8c3037e59b71babf830144d 1 0.00/1.00 vMB 0
50,872 50,872 00000000014fd2b0910c2344190d4516ea3b50089560a30d604d2c30f05c5087 1 0.00/1.00 vMB 0
50,871 50,871 000000000b0242d0ee85bc5c72f1389d9bdd76d7c707cbc45886ec7e093273d1 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.