Loading Tool

Explorer IconExplorer

Memory Pool

26,148 transactions
25.15 vMB
0.05168995 BTC
Random Selection Loading Transactions
Max Size: 122.83/200 MB

Candidate Block

Mining Attempt ae104a56505b4c28ffff26dc6116c7e81a0b83bc8ed77e0f76e00d6ace7990ff
Version 20000000
Previous Block 00000000000000000002090a5e6827104d71bc49b506e4cb66502fb6a9600695
Merkle Root 5385163aa5e3c973d5ee17b9d0e80ac08af6210b9d74b7d3075e2f32864b38f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,430
Size: 1.00 vMB
Total Fees: 0.00598615 BTC
Feerates: 14.06 > 0.60 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,240 (793,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,750 120,750 000000000000098040bc6ea8041f72829a4f4f5e5849047b7053b5cf9b42f719 2 0.00/1.00 vMB 3,861
120,749 120,749 0000000000000e2cf464b80f317d1c0a35082edd6f222f92c3539f0cdf2dafd7 59 0.02/1.00 vMB 457
120,748 120,748 00000000000093bcff7f15be344f0a0fe4e1c10de64e71924a08157756cfd828 9 0.01/1.00 vMB 1,419
120,747 120,747 00000000000016e832316b2c0cd7bf55a34f2cd7b8f40e0a93dd8c88afe41796 12 0.00/1.00 vMB 660
120,746 120,746 000000000000096b97de2914b5401178bf5374ef53054bf64137dbdcc0d88a34 12 0.00/1.00 vMB 677
120,745 120,745 0000000000003dcf38b38bcb232dffb7cee7f19cd7011f0610399fd8c5b43c28 21 0.01/1.00 vMB 304
120,744 120,744 000000000000500460e0569b7330608bf5c1d51a366029db54b56d0e859063bc 5 0.00/1.00 vMB 0
120,743 120,743 000000000000a9c0fdc359ef8b383133891c9144407651b07c65ebcba1af217b 4 0.00/1.00 vMB 2,583
120,742 120,742 000000000000557aee6e10413a628467305a6d2e455c97b5f9b5e20a9e0119f9 21 0.01/1.00 vMB 569
120,741 120,741 000000000000583cb47628fdf3ab77fceb7caedbc8475de99a221adc1156886d 14 0.00/1.00 vMB 1,419
120,740 120,740 0000000000006c779292b4bd60abbb0ede44d3954256ae665cda9940cba2b390 4 0.00/1.00 vMB 0
120,739 120,739 000000000000a9b651fe504067b7133795b2648c1c9694534351a32a9bdb38fc 7 0.00/1.00 vMB 0
120,738 120,738 000000000000a5b92f5285e3562d1ba286de15583f898f50d7657b972dffb9ad 21 0.01/1.00 vMB 537
120,737 120,737 0000000000005ab333d02303daa78eea3d485b4f05cf13261e4de5bb359c3945 21 0.01/1.00 vMB 272
120,736 120,736 000000000000956c9537646a226bf06efb9c4d2cd3a40d449104df044bdb67fd 10 0.00/1.00 vMB 627
120,735 120,735 000000000000054cdba23efaf376bbfc7b91f004c82ae3f7aebde0ae75b241f6 18 0.01/1.00 vMB 694
120,734 120,734 000000000000110003aec6111d1c63d3b133ac9620f6fb2e7caca9a6895e67c2 4 0.00/1.00 vMB 0
120,733 120,733 00000000000031aa062558ffad20124dfa2a736fb4c08676f3c2af9f09a95fd0 76 0.03/1.00 vMB 248
120,732 120,732 0000000000002bc40338f46164afcb93baa6dc0fbdb4ab8a2770c1c866c7bb61 21 0.01/1.00 vMB 1,930
120,731 120,731 00000000000059752263e704e81af0aa091da3fd0de548ec76e22d44d10bcb3d 9 0.00/1.00 vMB 0
120,730 120,730 00000000000094ff0e59c0454a5747f122287809a9a12eda0b6d7f464ef6a2f6 7 0.00/1.00 vMB 1,798
Previous 10 blocks ↓
Total Size: 781.02 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: 576.16 GB
    • Received: 8.41 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.