Loading Tool

Explorer IconExplorer

Memory Pool

49,190 transactions
30.56 vMB
0.09526254 BTC
Random Selection Loading Transactions
Max Size: 163.48/200 MB

Candidate Block

Mining Attempt 117f93f8ee4b8a6f3d327ee8eee9268129779e33f7258e9480593039a5e094d7
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root 8220448ab78b8e274e17d3e32a3fc3b83061a682d8201f02191b13fc2cde254c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,544
Size: 1.00 vMB
Total Fees: 0.03202665 BTC
Feerates: 101.56 > 3.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (200,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
713,985 713,985 00000000000000000006cf15313bc2658abb2ca1f118a1363089fa324ff8626a 2,839 1.00/1.00 vMB 16
713,984 713,984 0000000000000000000a7964472b8329553a497f38b2f272fae4d9bf6b4a5807 2,950 1.00/1.00 vMB 19
713,983 713,983 0000000000000000000818a46ad9a01173f649df9d753f96edaa456a85e83f02 3,388 1.00/1.00 vMB 7
713,982 713,982 000000000000000000075d7890577c713966f234973dd6c533dab3e2b0bac201 2,841 1.00/1.00 vMB 8
713,981 713,981 00000000000000000006545b9f044e678c29be7c927c05b78f828c275c9fc870 2,902 1.00/1.00 vMB 11
713,980 713,980 00000000000000000002a3d1f17e2ff1e09f9b9e966eb6c608411726718f0e9a 3,180 1.00/1.00 vMB 12
713,979 713,979 000000000000000000054573abdff39553efcec2629c246d828789acf8a6c65b 2,359 1.00/1.00 vMB 12
713,978 713,978 00000000000000000007d8a85c0edb2955401254ce7c534c12868da6d4b7dfee 3,195 1.00/1.00 vMB 15
713,977 713,977 0000000000000000000600ad0e1c589aeaeae1f62ee496d1016f0cf85f8b8b5b 3,373 1.00/1.00 vMB 32
713,976 713,976 0000000000000000000b95cbaf7efeb3d3744978a1bbf26a1b08b8ac9c3c54f0 3,341 1.00/1.00 vMB 6
713,975 713,975 0000000000000000000292bb82de302b8fc25b42fdf8dbf2ff2dd73f43944dd0 1,681 1.00/1.00 vMB 22
713,974 713,974 0000000000000000000b7fa4c91de7e7d45872b4a79f9a87bce566672b3de330 2,752 1.00/1.00 vMB 10
713,973 713,973 0000000000000000000328cc9b4431f5d87e423801f03813e484dd898dea540e 1,851 1.00/1.00 vMB 10
713,972 713,972 00000000000000000004252fa7c17c6adb5b43207d474863fb347149845c28aa 2,601 1.00/1.00 vMB 12
713,971 713,971 0000000000000000000aae62a3b8d78c18f106e4dc2c784cc91e5c353d451c43 3,167 1.00/1.00 vMB 6
713,970 713,970 000000000000000000033d78cd12bf93358cb0412cc402709ba08443935c101c 3,413 1.00/1.00 vMB 16
713,969 713,969 00000000000000000008e6565d297dade09edd23a82a08270696a1631f0bdb01 1,008 1.00/1.00 vMB 15
713,968 713,968 00000000000000000001fb939e2a09e60244f8e1e408e97356bcc7a5329015eb 2,526 1.00/1.00 vMB 27
713,967 713,967 0000000000000000000353c2c8416257965b1b114e95daec19053f38f62f1262 2,914 1.00/1.00 vMB 22
713,966 713,966 0000000000000000000501b978d69da3d476ada6a41aba60a42612806204013a 2,129 1.00/1.00 vMB 6
713,965 713,965 00000000000000000001ca4713bbb6900e61c6e3d6cbcbec958c0c580711afeb 2,409 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.13 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: 652.42 GB
    • Received: 13.77 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.