Loading Tool

Explorer IconExplorer

Memory Pool

40,841 transactions
28.62 vMB
0.06650048 BTC
Random Selection Loading Transactions
Max Size: 146.45/200 MB

Candidate Block

Mining Attempt 0b5b5f1ca3a5d6eeb570929a70883c99f606d1bd96cbd85e40c529bd87bd93d1
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 3ca84038c4246939fa971e79e13c0714725995d2af5126a672967ee4cde7f6e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,868
Size: 1.00 vMB
Total Fees: 0.01112950 BTC
Feerates: 100.19 > 1.12 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (301,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,715 612,715 000000000000000000086ce680c9916f180539d402340e51688a5d52f7471e7d 2,703 1.00/1.00 vMB 24
612,714 612,714 0000000000000000000020f9823225c094536c2618a1d9ecd0e5079149f10aae 2,197 1.00/1.00 vMB 17
612,713 612,713 00000000000000000004859fde91e6c0d1198ce6d4da05925d384a3bba037ae6 3,136 1.00/1.00 vMB 14
612,712 612,712 00000000000000000009ba9f70880643f47320b2b5abf77df0f0eff7ab174f11 3,107 1.00/1.00 vMB 11
612,711 612,711 0000000000000000000d55e878a41c45010adf2b63fd3d61b66849e2efe33470 3,181 1.00/1.00 vMB 19
612,710 612,710 0000000000000000000f5da53abd514dac85b3109fe2d6c50fb1116eb3a5f473 1,867 1.00/1.00 vMB 27
612,709 612,709 0000000000000000000d5b6413d8a1aa4012104cc5fc2ba7b564412490ef161c 2,688 1.00/1.00 vMB 13
612,708 612,708 00000000000000000013c66ae8b40627ea24361a63d15d323cf3426b1b98b84a 3,487 1.00/1.00 vMB 22
612,707 612,707 00000000000000000001442465ff6b970ad3bb917a0b34be28aaec37df58de2d 3,283 1.00/1.00 vMB 18
612,706 612,706 00000000000000000009e18a3eae1213115badd7f63a5f3d68405a4b1dfa88ea 3,448 1.00/1.00 vMB 16
612,705 612,705 000000000000000000102930dd7f979ccaaeef45a20d679986197ebdcb2f7568 3,175 1.00/1.00 vMB 15
612,704 612,704 0000000000000000000a02673181163c67793b153a6440ed36e164115796b2a1 2,574 1.00/1.00 vMB 11
612,703 612,703 000000000000000000079a49b57da36cff61873da162f3ceb352ec681056ac7b 3,187 1.00/1.00 vMB 18
612,702 612,702 00000000000000000003d0e35a4e017b137c6a28ce5d9abc6068403fdc751753 3,208 1.00/1.00 vMB 14
612,701 612,701 00000000000000000012ac4f7ff7acc4ef7ad51697714ce4d5815f15d432a624 2,618 1.00/1.00 vMB 14
612,700 612,700 00000000000000000001a5c078d525e55cabacb471ee057580931b98495b73c6 3,662 1.00/1.00 vMB 19
612,699 612,699 00000000000000000008193073c4def88f2c0fda9e5652b2335cf63dbd140d9e 3,435 1.00/1.00 vMB 16
612,698 612,698 0000000000000000000cc46aef117a486d8fcbdaa2a0a02e360780db7d53f9cc 3,074 1.00/1.00 vMB 19
612,697 612,697 00000000000000000011df8acaf1e47d63c1859d7476896e86f003a3f54a868b 2,521 1.00/1.00 vMB 28
612,696 612,696 000000000000000000143e29b57582b5dbe9b46deb9f6428efdfaec40fbac897 2,844 1.00/1.00 vMB 30
612,695 612,695 0000000000000000000b6b62706ff10a40a961bdf954ebc4825162f4346c2f8f 3,289 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 629.17 GB
    • Received: 11.88 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.