Loading Tool

Explorer IconExplorer

Memory Pool

76,242 transactions
29.18 vMB
0.10523342 BTC
Random Selection Loading Transactions
Max Size: 172.49/200 MB

Candidate Block

Mining Attempt bf547cbdbf7a762ac1004ed7ca10c0565de995a5f8af724308861021ffef69bc
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 5d4675081bfaab0447493bae429461b603b1adf7f5b877fbd43ef2421d0858f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,385
Size: 1.00 vMB
Total Fees: 0.04246964 BTC
Feerates: 201.37 > 4.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (230,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
684,980 684,980 00000000000000000003b51caa13f75eb6ff19dbc1cb71edd65b482fd89ba4fa 932 1.00/1.00 vMB 26
684,979 684,979 000000000000000000063e8299980ee325063e343a7a0e5f39fa7f6bf8bc4582 2,838 1.00/1.00 vMB 108
684,978 684,978 00000000000000000009a13d17e25b508b9d001113794bb7b06f23d061acfee8 1,482 1.00/1.00 vMB 38
684,977 684,977 00000000000000000008e693665d7719c3f62e76142f9108f81651c8ff5ccd5d 1,517 1.00/1.00 vMB 34
684,976 684,976 00000000000000000003e090b7b47aaedd269b9196b68f58dd9f414e65210763 1,655 1.00/1.00 vMB 23
684,975 684,975 000000000000000000028c799fa7ebe687ae213a94326b6376036d222f792e8a 1,271 1.00/1.00 vMB 48
684,974 684,974 00000000000000000003e8aea2203ad6abe9af526de2f786eaca6e0a473359f9 1,313 1.00/1.00 vMB 102
684,973 684,973 0000000000000000000a41e4b8239a419f898832b780d296e231d53905900b02 1,891 1.00/1.00 vMB 39
684,972 684,972 000000000000000000023250cd844a802a0474d7a433c071cf0b748a43ee4a86 1,929 1.00/1.00 vMB 57
684,971 684,971 00000000000000000007e993588ded18c3464bc50550289b0f7ebe237cca6c39 2,540 1.00/1.00 vMB 42
684,970 684,970 000000000000000000084b5237035c59df7324bdb4e5b55f7f66d39017eb04b6 1,348 1.00/1.00 vMB 60
684,969 684,969 00000000000000000003e5e5a9530d27865df90e7052b9b954037a1ba4c0c00d 2,421 1.00/1.00 vMB 70
684,968 684,968 00000000000000000008c04331c73abbbecfa555e69fe2ecaa69de4ec79d68c5 1,323 1.00/1.00 vMB 103
684,967 684,967 00000000000000000002e6615329daf17858e8de4863918ae13ffb90808fea75 1,205 1.00/1.00 vMB 98
684,966 684,966 0000000000000000000353a6d76d6d27ee8c7f1df211a75ab48d54623b31eaaa 2,238 1.00/1.00 vMB 108
684,965 684,965 00000000000000000005d4b5a3b11f699f329ede7793f54ba9ad0532177a9d28 1,848 1.00/1.00 vMB 102
684,964 684,964 00000000000000000004f7e4430a3e12e259f71d478435a3b4f13bb899e61530 2,831 1.00/1.00 vMB 110
684,963 684,963 00000000000000000002c8f73d3e35b9e1e1239ebe5776fabf7dc353d46a1d05 1,491 1.00/1.00 vMB 48
684,962 684,962 0000000000000000000307e7f359374a9e541861f8896e443cae99a152e342c4 2,232 1.00/1.00 vMB 89
684,961 684,961 000000000000000000019d07961fe77dbc68e40dce5d139c69f2d4a3a4db72c8 1,620 1.00/1.00 vMB 105
684,960 684,960 000000000000000000055ce18429aae565eb54e5cf3e10117587ac6a101021bf 976 1.00/1.00 vMB 102
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.