Loading Tool

Explorer IconExplorer

Memory Pool

41,931 transactions
26.55 vMB
0.07757724 BTC
Random Selection Loading Transactions
Max Size: 138.65/200 MB

Candidate Block

Mining Attempt 13f472d36cdad24ec6aeaed7d94abc9aad8da76f5d7aed8a2c3dc72bd7428acd
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root c433f58c0954ad2257f9371b8f4cbb9429694dcc41429cba5c4e360c6b927d25
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,732
Size: 1.00 vMB
Total Fees: 0.02867093 BTC
Feerates: 151.01 > 2.87 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (538,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
376,551 376,551 00000000000000000d1908b17140bc19176db377693f873e170e87e244cd14fc 2,548 0.93/1.00 vMB 52
376,550 376,550 0000000000000000032bac6eef7c34914e08881c995243384c1712be9bb4d706 2,394 0.90/1.00 vMB 53
376,549 376,549 00000000000000000919d092e1db31457cf113dd99451cd32e9abdfd33f64294 477 0.23/1.00 vMB 37
376,548 376,548 0000000000000000119b9c70e9a269c77b990df2ac52916a6748a1bbd7652282 1,226 0.60/1.00 vMB 36
376,547 376,547 00000000000000000a2775acbf1e70b352f9ded6d2e7b700fe3e775880e60364 1,186 0.81/1.00 vMB 20
376,546 376,546 000000000000000005bb2137178cd62b2ff458e20e97ff56e1a90303ed0433a7 2,649 0.93/1.00 vMB 58
376,545 376,545 00000000000000000d7fa59d4d36ebccfcf9910205f7732d3bcd433e0c180702 1,067 0.52/1.00 vMB 42
376,544 376,544 00000000000000000f31dc5a07c328e1c8cd37cd7a225ca3118a1d6c0f053fa7 641 0.45/1.00 vMB 21
376,543 376,543 00000000000000000c48992f781b0e10a6f2f3c59aaaba234d524621242c9eea 2,472 1.00/1.00 vMB 49
376,542 376,542 0000000000000000003e73d3b16e595ba0256e2da17434caa0978143d6005d8c 181 0.13/1.00 vMB 30
376,541 376,541 00000000000000000c8517bb91f3450ecfa48f859de56873ec590362ae3a7464 644 0.31/1.00 vMB 34
376,540 376,540 00000000000000000aaa7956e6bdc79a85ebe6bb9f0708dc8222111047a364f6 1,316 0.64/1.00 vMB 37
376,539 376,539 00000000000000000719a59e828cb213421cc4e5ce0e7d7c93786580938af113 87 0.05/1.00 vMB 22
376,538 376,538 00000000000000000945f8b50cc5fcdcde9c22de3a0a72673b9bcab66c5af8dd 1,673 0.81/1.00 vMB 35
376,537 376,537 000000000000000000650af8eb2e81221cb06d4f98daa17503bafe67c45f45a7 1,324 0.55/1.00 vMB 41
376,536 376,536 000000000000000008911543c3703b81c5f11baadebb2c738a11eee35060f786 505 0.24/1.00 vMB 38
376,535 376,535 00000000000000000bd63dba5a47daa4a5e8c7c573deda15c1adff686c0a1353 520 0.31/1.00 vMB 27
376,534 376,534 00000000000000000d7ca71de32e5813f6673548eafac14cd49142c059020c1b 1,253 0.77/1.00 vMB 33
376,533 376,533 00000000000000000cdfb41b94687768d8ce7d397e9878ecc722e38e48543ad5 345 0.23/1.00 vMB 27
376,532 376,532 000000000000000003fbb6909c6f4fd282b66ead4d5b791dadebd2d1f076b5ca 1,168 0.88/1.00 vMB 20
376,531 376,531 00000000000000000d7e88b4cbf9e7be11380652e1c4b8cc9013063f3f7e9d13 2,482 0.95/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.18 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: 653.62 GB
    • Received: 13.97 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.