Loading Tool

Explorer IconExplorer

Memory Pool

40,550 transactions
27.18 vMB
0.08061641 BTC
Random Selection Loading Transactions
Max Size: 140.87/200 MB

Candidate Block

Mining Attempt 9999db1f0f4bb97faf2ad43b1ba49dea74f4b60cea1ebe49ffde44cd31f6580d
Version 20000000
Previous Block 00000000000000000001bb61480f3acfb38c91942ee0224968a6552800d0bad8
Merkle Root a6b97a209a6abd032c7862f58cc7007c9f830b15769a4ac1a8afc936ac37f694
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,269
Size: 1.00 vMB
Total Fees: 0.02530347 BTC
Feerates: 201.37 > 2.54 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,681 (330,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,473 584,473 00000000000000000002004ffe61ef53abc94783d26b8143b60c4a66c5ad4125 3,075 1.00/1.00 vMB 82
584,472 584,472 0000000000000000000339d830219699d29a22065e2db64dcb5dd0b22071f43d 3,131 1.00/1.00 vMB 87
584,471 584,471 00000000000000000020def7bd54e880fcbff4fbcab68d66846360c515aecf82 2,663 1.00/1.00 vMB 44
584,470 584,470 00000000000000000011e3b03529667a5e65530ede5aa51d42f6eecfe269a0c9 2,043 1.00/1.00 vMB 47
584,469 584,469 0000000000000000001f67f0208deeaf5bdb6e0d456960545de563bc3dad4220 3,095 1.00/1.00 vMB 70
584,468 584,468 0000000000000000001771dcf9efcf6caefdca97589b04718a066266dbfaf8a1 2,340 1.00/1.00 vMB 64
584,467 584,467 00000000000000000020107dd313e98e71774caebd4c67c937f15534280e17c1 2,524 1.00/1.00 vMB 73
584,466 584,466 00000000000000000004fc485efc4b6a27a4ae49e8003ba7b6a4008a808c9a32 2,471 1.00/1.00 vMB 46
584,465 584,465 0000000000000000000e157e6c25cce42680784b1d26bb26b7f42d171f31ce30 2,707 1.00/1.00 vMB 80
584,464 584,464 0000000000000000000126625623e85dbc251c45bd03c960fec7f9db6d7afbe4 1,791 0.63/1.00 vMB 42
584,463 584,463 0000000000000000001fbea2fcbf4db8a17f07865c32afaf9a594f10ea067793 2,157 0.81/1.00 vMB 29
584,462 584,462 0000000000000000000e0fab9843f83a2424c90afea4cff50ed61572d861ad92 287 0.25/1.00 vMB 13
584,461 584,461 000000000000000000086945a6a6bcc63959a705a9db666aead83252fa1687d8 2,370 0.99/1.00 vMB 3
584,460 584,460 000000000000000000069e3397b360da1539814280be5ed994ee9da14e89ed08 2,502 1.00/1.00 vMB 20
584,459 584,459 00000000000000000010d86079fd0ffa07382ba17a1aa286e604894a6dd6955b 2,798 1.00/1.00 vMB 62
584,458 584,458 0000000000000000001b159f7b97e05aeafcb141d759501c67c3b60cbb4fc75c 2,699 1.00/1.00 vMB 26
584,457 584,457 00000000000000000020326a561dbd2a274c5a96c63e9ecd65ce5e164d0e7426 2,285 1.00/1.00 vMB 17
584,456 584,456 0000000000000000000e707114b6e3970c807d9950048c56b2f8fee60814ae2a 2,869 1.00/1.00 vMB 48
584,455 584,455 000000000000000000192aba3d2b0ffb382896e033bb47cb8a29c0f10b2137ac 2,181 1.00/1.00 vMB 54
584,454 584,454 00000000000000000020c3e9286239f03389e788e5ad359c13ae0c5a63f17ef9 2,892 1.00/1.00 vMB 83
584,453 584,453 00000000000000000021db3a39b29d819761195cdafa6e3ed457a5a45d7e649b 2,598 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 781.83 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: 636.65 GB
    • Received: 12.38 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.