Loading Tool

Explorer IconExplorer

Memory Pool

70,202 transactions
26.96 vMB
0.08619234 BTC
Random Selection Loading Transactions
Max Size: 161.05/200 MB

Candidate Block

Mining Attempt 31866e476ecf5a7e361432c6ee58012eb65818c52fd9d971b519fc7f111b4a9a
Version 20000000
Previous Block 00000000000000000001f691bd45982569b89a9b269b1e08ab97aba421b3f821
Merkle Root 67143dcd3ab51245db6497e7cbf3cf6b6f0fd1f7d2fb95a29200eeb25eca020d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,515
Size: 1.00 vMB
Total Fees: 0.02786357 BTC
Feerates: 703.20 > 2.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,481 (699,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
216,466 216,466 00000000000002082a226daf3b55ab9002e61d5f96b99a590dff533ce8309d98 551 0.20/1.00 vMB 214
216,465 216,465 00000000000001d10f172b148abf90cc338589ae9295478d4d549b1e80ff0748 284 0.10/1.00 vMB 241
216,464 216,464 000000000000047a2e3d7829d092ac9ca64d9a2fba28f3f8fb0e838047fb91c2 206 0.08/1.00 vMB 224
216,463 216,463 00000000000004d8fca77b85e1431b26ea8edc0fd1ea2aa2e1a12260efba5a79 13 0.01/1.00 vMB 96
216,462 216,462 0000000000000060fb5251d9a588f5ed19008a21266a45890d420c0eda7d0c19 37 0.03/1.00 vMB 129
216,461 216,461 000000000000033bf7c42bdce34830dddd48a070218211899dc4d14ed95c6955 278 0.11/1.00 vMB 185
216,460 216,460 00000000000004a1c66ebbf25b81377674b526e27e068c357c330832b835107e 1 0.00/1.00 vMB 0
216,459 216,459 0000000000000450c7faf5049ffb2492a897561823d6286fd8894f69d9d45210 280 0.13/1.00 vMB 132
216,458 216,458 00000000000003f8e1323d49977d4053a64735ff15ce0778203479ca0c4ad848 561 0.20/1.00 vMB 208
216,457 216,457 000000000000046835d3558ff435238de49d7f5331526c8472f16b10c1419587 136 0.05/1.00 vMB 140
216,456 216,456 000000000000041acba5fdd8e3556df57ed2a96d1c7ed8eb6fdb4ceaeb5c7311 509 0.20/1.00 vMB 187
216,455 216,455 00000000000001e2e6c785be826a5c28f1d3f7c22d5cd3bfbd5d3fceb18d39ae 279 0.10/1.00 vMB 190
216,454 216,454 000000000000024b1a52ba704dec511046c44f53a6956e5e920544eb3d643de0 306 0.14/1.00 vMB 128
216,453 216,453 00000000000004be9f1049c6c04790d6fdcf9376f6b0248c4fa3420988f4949b 694 0.25/1.00 vMB 213
216,452 216,452 00000000000001df64a13c8dc7fceeb9c038c30b97c87c9ad7c4c08f03e1e79c 311 0.13/1.00 vMB 186
216,451 216,451 00000000000004d888576deeff8c140e76ca029047937c3677c8811b5c5785fc 497 0.21/1.00 vMB 185
216,450 216,450 00000000000001307b4b7bf278c0a2f2df6b031fd398532e7edca6cb34df2722 35 0.02/1.00 vMB 34
216,449 216,449 000000000000008012f662aa58c476d0b37e73ab75160168eef81e795e2cb384 8 0.00/1.00 vMB 198
216,448 216,448 0000000000000206d5e1c39bd170f6b1d6992aed6610f93d69ac85aa7ac436ff 362 0.16/1.00 vMB 172
216,447 216,447 000000000000012a7df28adbba7e618033b2de4b491a5722cc3847aa9c77f8dc 207 0.16/1.00 vMB 104
216,446 216,446 00000000000000d046d9bb5c2ab9dfa075b1f20ad254820768fee05c2e7ffaf6 13 0.00/1.00 vMB 200
Previous 10 blocks ↓
Total Size: 783.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 758.51 GB
    • Received: 19.05 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.