Loading Tool

Explorer IconExplorer

Memory Pool

42,548 transactions
28.95 vMB
0.06064642 BTC
Random Selection Loading Transactions
Max Size: 149.14/200 MB

Candidate Block

Mining Attempt 1de197014a128ec371c554a9438363e19d3fbb35ced0f18b9913b5d2da945780
Version 20000000
Previous Block 0000000000000000000196b9925bca5e45f094c3c1c9dd239e8581451c4f878b
Merkle Root 4a6140c2bbee8036a8b08512d6e64fb60527981b0072eb048012b91d7c1f9be8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,829
Size: 1.00 vMB
Total Fees: 0.00425515 BTC
Feerates: 40.20 > 0.43 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,616 (301,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,718 612,718 000000000000000000133d1a886d80889a0f80505714126e77773a2ede31d6e9 3,614 1.00/1.00 vMB 17
612,717 612,717 0000000000000000000dabe246855520b87253b80eb1c6c4781f05f0b77f59f3 2,506 1.00/1.00 vMB 16
612,716 612,716 0000000000000000000e4437244050795f3219d32e1a3f2512d5f93c917ae2d2 2,790 1.00/1.00 vMB 13
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
Previous 10 blocks ↓
Total Size: 781.71 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: 629.39 GB
    • Received: 11.91 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.