Loading Tool

Explorer IconExplorer

Memory Pool

41,949 transactions
29.00 vMB
0.07111110 BTC
Random Selection Loading Transactions
Max Size: 148.68/200 MB

Candidate Block

Mining Attempt a93d6d4556d4b28c4d842c1f6819deeff0b79f25429644155b1fca71c355b120
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root fe375e325411c4f37778a5854fbad9c22d0a071cb7f5e9db860ebfbdc8ac8e8b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,711
Size: 1.00 vMB
Total Fees: 0.01442598 BTC
Feerates: 100.36 > 1.45 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (556,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
358,132 358,132 0000000000000000018a447a5bc25462a57b2410bd2ac381aebde0548a6a2c7b 1,862 0.75/1.00 vMB 45
358,131 358,131 000000000000000001549af2212139c0742445859f94d602a416dfbbbba93a0e 544 0.75/1.00 vMB 16
358,130 358,130 00000000000000000420697f3151550ec5d522ff963f2f0c20db96782cc68a3f 2 0.00/1.00 vMB 0
358,129 358,129 000000000000000013caa29232f26c2c157ec16eb5b7f8cda5ae0543a4411a7e 1,394 0.75/1.00 vMB 28
358,128 358,128 0000000000000000030ed8c77716c2426a0441f2dcee0952c448559b9acd3274 2,053 1.00/1.00 vMB 59
358,127 358,127 0000000000000000070f731c016f515ce882f7e23375f891088d7f5716f65737 1,839 0.75/1.00 vMB 34
358,126 358,126 00000000000000000acfec00c45538ce970190c9d86cef2b0a15ccb283c8a3d0 529 0.37/1.00 vMB 21
358,125 358,125 0000000000000000037405652fdbc73ba5caaa5d6b56f3acaf8019ea68d87ced 927 0.53/1.00 vMB 24
358,124 358,124 000000000000000009be2d07a5def4ee081dfa62338d382a0bad521c450c86e0 252 0.12/1.00 vMB 26
358,123 358,123 000000000000000015921694cf9fe636dd48fbc9c5d4c9bb89fb6e2b90f38acb 177 0.17/1.00 vMB 15
358,122 358,122 00000000000000000c357f5bf197393d772060139f05d5f0dcef5b8e14d9edc6 793 0.47/1.00 vMB 11
358,121 358,121 000000000000000015fb9a38fef839c2874bc48cb963f79c61b4bcec6587ca75 1,003 0.93/1.00 vMB 20
358,120 358,120 00000000000000000df696d66aba5a5c70cb03d7594a63a336aba4875cb26fa0 1,493 1.00/1.00 vMB 24
358,119 358,119 00000000000000000627761519ed041fc175080454d42e1d7c2bf3a9ca8e0d75 1,668 0.75/1.00 vMB 30
358,118 358,118 0000000000000000027e18322634bfeaa31b83bafc7e17c0d71b94e06db4a0ab 2,111 1.00/1.00 vMB 30
358,117 358,117 00000000000000000dd945f494cb95f5aa59224806e44bb6b239756367e575c9 848 0.61/1.00 vMB 17
358,116 358,116 00000000000000000a267598b94eea6225bbfa12c8ad1ca1482aea5f86852258 634 0.73/1.00 vMB 10
358,115 358,115 000000000000000004ea044dfb4d10b70b2bdd66e1cc52798acc8d61af7d0449 1,596 0.75/1.00 vMB 28
358,114 358,114 00000000000000000bed3cb367e3c8fd2c2037013d3c28b56edcaeac10726d4d 2,331 1.00/1.00 vMB 34
358,113 358,113 000000000000000005f2512bc6fd6f08ffb40d1c5d96930eecefdda92ef36fc2 512 0.26/1.00 vMB 20
358,112 358,112 000000000000000009f6f925a5bbabd5ee8f4c79cb7718d73d4d35cc9a5efc36 1 0.00/1.00 vMB 0
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.31 GB
    • Received: 11.90 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.