Loading Tool

Explorer IconExplorer

Memory Pool

81,171 transactions
30.17 vMB
0.13304521 BTC
Random Selection Loading Transactions
Max Size: 181.45/200 MB

Candidate Block

Mining Attempt b92bab3633ed06026de5b29a543582a7cf6f6a7a340e5d8ca7e751965731bc8a
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 0b4b85dcefa81561210d252e45d662907cf6802da27d653be4cbc1b420f70276
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,017
Size: 1.00 vMB
Total Fees: 0.05597708 BTC
Feerates: 242.90 > 5.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (335,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,987 579,987 0000000000000000001096103b65c3b5bb8fd1fb1dd04064b7eef53bf5e30321 3,009 1.00/1.00 vMB 63
579,986 579,986 0000000000000000001887fa49926a230e7f80e4373fb5aecc2c814d42dd3866 2,872 1.00/1.00 vMB 41
579,985 579,985 00000000000000000012c415a1dbe2f3fbcf29353f2b2ceea1ddb2fa63a90bf3 2,553 1.00/1.00 vMB 73
579,984 579,984 00000000000000000009b0c22becb0a1bae812ac94ceb72b9bd8e37ffc0de518 2,749 1.00/1.00 vMB 114
579,983 579,983 0000000000000000001a2481c09219acbc193b3a727bad82f1617a86543ca434 811 0.27/1.00 vMB 31
579,982 579,982 0000000000000000000794ed178ee0c8ae664c46234a105245a5528e66ee73c4 2,939 1.00/1.00 vMB 24
579,981 579,981 0000000000000000001e8c4ade74b68a45a1a99be97903394db9c4c19f8b9604 2,811 1.00/1.00 vMB 79
579,980 579,980 0000000000000000001e93f53b5418161810aeedf721139d60e3e8933f977ceb 2,109 1.00/1.00 vMB 5
579,979 579,979 00000000000000000013303d25b7b5f24f15f9b938257395b7338a029601fd3c 2,697 1.00/1.00 vMB 46
579,978 579,978 00000000000000000002272dc009e2fb72b5a8a85930d355c309dc8fc6370d14 2,611 1.00/1.00 vMB 95
579,977 579,977 0000000000000000001f1a6f9299b607f93c12633eae0c80c0b6965480359f5c 3,231 1.00/1.00 vMB 53
579,976 579,976 000000000000000000117cf0bc283ec4ca1d0cb531f656c5cc396ea436d04339 2,710 1.00/1.00 vMB 64
579,975 579,975 000000000000000000204310982158d8d8ee7a5e30ff32eea87236e6c438a7b7 2,157 1.00/1.00 vMB 32
579,974 579,974 000000000000000000131272b454fe3a45e8c9f39e71854d91b198089e57c2f3 2,236 1.00/1.00 vMB 62
579,973 579,973 00000000000000000016faed9a0b9c4937b6ae6a097ebde23668da1f0fa47bcf 1,508 1.00/1.00 vMB 79
579,972 579,972 0000000000000000000c090c512452cd151e76568148a4b21be41c6ba75acef9 2,878 1.00/1.00 vMB 127
579,971 579,971 00000000000000000017304437cd653a0e30bff93b3fad1f49877aa1f52ceb8e 3,050 1.00/1.00 vMB 93
579,970 579,970 0000000000000000000685d73184474459ff5e9ef16e5d2f54340f462533a78f 259 0.09/1.00 vMB 85
579,969 579,969 00000000000000000005f15589d214054e455185666e3e001743b4384cd33452 1,367 1.00/1.00 vMB 9
579,968 579,968 0000000000000000000e1233c5c3d65b4b198bce449d5cc4d2099d2a4c8dcf51 2,255 1.00/1.00 vMB 23
579,967 579,967 0000000000000000000fae6a08e116a8b91f0cbdecdce0b70d1a22163565406c 2,500 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.67 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: 674.00 GB
    • Received: 16.43 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.