Loading Tool

Explorer IconExplorer

Memory Pool

45,817 transactions
29.09 vMB
0.14072420 BTC
Random Selection Loading Transactions
Max Size: 151.58/200 MB

Candidate Block

Mining Attempt 83f40fae26d4bbda517b635fe0ea03c2b57e520bab588d02b2ba3acd380e77b3
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 88020f77a0e5e0029c9f7282398d2ce64f0e5d4ac2ea8bc1f5e3c8b7716e6981
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,812
Size: 1.00 vMB
Total Fees: 0.04276030 BTC
Feerates: 150.75 > 4.28 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (817,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
97,214 97,214 0000000000026e47d78d58645648cb04f465d567e7be3eabae1c0b16df4a1113 2 0.00/1.00 vMB 0
97,213 97,213 00000000000417d340d6a46d6c036afb1dd37302415ac52029b0b89d86d915d9 2 0.00/1.00 vMB 0
97,212 97,212 000000000004022069ce18a43a8e94dad8f4c3dd303b2de61a86820f9c411ddb 7 0.00/1.00 vMB 0
97,211 97,211 00000000000161f47c29527c07dfd73930d8b56ba6a63f7d860ad7ff767143e5 2 0.00/1.00 vMB 0
97,210 97,210 000000000003f3fb258013589b82b25e8594a04b845c1070a865c1171265d426 4 0.00/1.00 vMB 0
97,209 97,209 000000000003e2f2310aeb41e5b1edd310d9fe9db9f0e9449cf58878cbceecae 1 0.00/1.00 vMB 0
97,208 97,208 0000000000009d3990c54218f5b855cacfa677517ae932a8847c8771bd119fa7 7 0.00/1.00 vMB 0
97,207 97,207 0000000000033e2bc3c7a278ccc317b926596f3bf3b287784bbe2deea17d19b4 6 0.00/1.00 vMB 0
97,206 97,206 0000000000039ce6339bd58b125c5ad8910ec351c906bc34ef7d507170334b8f 1 0.00/1.00 vMB 0
97,205 97,205 0000000000031645dcd1ce3fc39a2a3a33c269436354133bfa04cccd2c0af2cc 2 0.00/1.00 vMB 0
97,204 97,204 000000000002ef377cbfc7c172e9f69664c82909dd72f5a4897deb35c14fa8c9 1 0.00/1.00 vMB 0
97,203 97,203 0000000000001db87130faa6dbaff5d571a63c8cf1036c7cf24d3f354be0bfc9 12 0.00/1.00 vMB 0
97,202 97,202 000000000004ed43ea2f4440c9fa876829816b9a48bcda0a571f68f5c93a1323 6 0.00/1.00 vMB 0
97,201 97,201 00000000000391c04395318dd6b916ee171fb8cc07384e58748def0c509d093d 9 0.00/1.00 vMB 0
97,200 97,200 00000000000056c9480b1090eae62c1ce319c55e2a3364550fc58bb809196f73 1 0.00/1.00 vMB 0
97,199 97,199 0000000000052d214b528c421dd42e5d0e565a3ff439288f79d92055f6fe427c 3 0.00/1.00 vMB 0
97,198 97,198 000000000004235dc4bec9fc3d019a4858e722a6b50cccad8f8bd494aba1f917 9 0.00/1.00 vMB 0
97,197 97,197 00000000000275d3afb9205d914a2bc8798f794410c82a65126fa5f13bcf68fb 4 0.00/1.00 vMB 0
97,196 97,196 000000000000a52b920c4e4051bb50f869c3e66b03b4b71e7cdc54854053d08c 2 0.00/1.00 vMB 0
97,195 97,195 0000000000046eab9ebf53f4ac716e54f804869bec8aacdd95b400279f282eda 1 0.00/1.00 vMB 0
97,194 97,194 000000000003ec2daaa9c44ecbf94c8259e259b6dc553c0e85f8eab23fff2037 9 0.00/1.00 vMB 473
Previous 10 blocks ↓
Total Size: 781.88 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: 645.03 GB
    • Received: 12.66 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.