Loading Tool

Explorer IconExplorer

Memory Pool

76,296 transactions
29.19 vMB
0.10566820 BTC
Random Selection Loading Transactions
Max Size: 172.58/200 MB

Candidate Block

Mining Attempt 47fa501a0e597272a39d7e34071962f65892727f2668e28c02cacaff1e31d8bf
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 6d705d2b1797b48d55f9f4f86efd2e541f1678b4bfb429a4a701a5cbea8d84ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,388
Size: 1.00 vMB
Total Fees: 0.04275227 BTC
Feerates: 201.37 > 4.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (230,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
684,959 684,959 000000000000000000036d8c24689c079ccb48bf7b76d37270158636b3dc5fe8 2,404 1.00/1.00 vMB 101
684,958 684,958 00000000000000000000b9745b22e40709f4e699bc1d19b9bcb9671d0083b4d8 2,441 1.00/1.00 vMB 41
684,957 684,957 00000000000000000004b5a463f74ed6f21cc8282186270b9b3538170cc6ae4a 1,744 1.00/1.00 vMB 65
684,956 684,956 000000000000000000059c5babf3dce995a954722ea6dc199696a86d22373cd5 2,698 1.00/1.00 vMB 118
684,955 684,955 000000000000000000021c45ce8a58a2d370d448ceb2bd20b0842133ac697c06 2,171 1.00/1.00 vMB 89
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.