Loading Tool

Explorer IconExplorer

Memory Pool

43,777 transactions
27.14 vMB
0.06315523 BTC
Random Selection Loading Transactions
Max Size: 143.11/200 MB

Candidate Block

Mining Attempt 68c03cec429a2f8d1e81e9938aebde57e8323aa229fa4dbf46ecd18076de3d42
Version 20000000
Previous Block 000000000000000000012c4ce3dcc7b1929ce0c77b22cec549656a43e46e892c
Merkle Root 948878ef7e190f6c84b205b99952dcffc24a81a33de6ed633ee9d9359fefb0e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,628
Size: 1.00 vMB
Total Fees: 0.01252647 BTC
Feerates: 502.65 > 1.26 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,918 (254,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,852 660,852 00000000000000000005f91277a631cd57b8142f748cfc0b5570241026da43e6 1,824 1.00/1.00 vMB 12
660,851 660,851 0000000000000000000d529d7d95948d403fe36a55dd2a1fef85f1e43c23059c 2,044 1.00/1.00 vMB 36
660,850 660,850 00000000000000000009b3bd41b0f8c4da9c2ba9ab7c136a287d7c3617eb521e 2,020 1.00/1.00 vMB 66
660,849 660,849 000000000000000000062a27fe2fcfe1d0461b846795e157f69f77853509ebe6 2,010 1.00/1.00 vMB 75
660,848 660,848 00000000000000000005a346937bbb983934cf2091991ba82d310ceaed2562fa 1,124 1.00/1.00 vMB 15
660,847 660,847 0000000000000000000a95d51983cf2905241e36874a644d7af833aa3a25f5b6 1,667 1.00/1.00 vMB 28
660,846 660,846 00000000000000000003fedba99cd20ee7ed2c5903337dc3c50a7b1ff86c94a0 1,495 1.00/1.00 vMB 19
660,845 660,845 0000000000000000000351687f86d328d18e7e8ce73c067beb5e96029f97621e 1,603 1.00/1.00 vMB 24
660,844 660,844 000000000000000000022c9f5fdf6c55d2792ce9fa726b399c75398321547659 1,465 1.00/1.00 vMB 30
660,843 660,843 0000000000000000000074ba3181ecc5dc91b9a9c9bb716715c7c413f57fed8e 1,656 1.00/1.00 vMB 26
660,842 660,842 00000000000000000000daf47b1128950a6ce93d27f9feb02211448bf0b98b46 2,206 1.00/1.00 vMB 32
660,841 660,841 00000000000000000005c0468961f6cd737b5737effe112fa8c94d2b3f421ee1 1,669 1.00/1.00 vMB 15
660,840 660,840 0000000000000000000b56fd733b20cd00f52b5a87195ef668d18ee99397d152 2,172 1.00/1.00 vMB 28
660,839 660,839 00000000000000000004a69d0d14a207b89105fb4f1af4934764a24ebb9cb451 2,815 1.00/1.00 vMB 27
660,838 660,838 00000000000000000000fce9838d6481560be87d8811e82299d2832fee9f1902 1,823 1.00/1.00 vMB 29
660,837 660,837 0000000000000000000656980eb021f84e2fc6f27da3f55e46de3efe46b31b22 2,620 1.00/1.00 vMB 82
660,836 660,836 00000000000000000001e7dfe7d787af5f091e8c299118c7ca7ab6c5fd7a95ad 2,013 1.00/1.00 vMB 38
660,835 660,835 0000000000000000000aaf20a394c5ed9c7c264b64a925ebf2a04df8d8039893 2,066 1.00/1.00 vMB 72
660,834 660,834 000000000000000000072a0881c5324280367ef61a2b6334548fece2cf4cde9e 1,306 1.00/1.00 vMB 25
660,833 660,833 00000000000000000009e49455ab6c4bc077d17d118ea9fb10203989a20c1ebc 1,619 1.00/1.00 vMB 46
660,832 660,832 0000000000000000000851edaf59319ab0a31129d00702c223c516e0c053851a 2,464 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.24 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: 655.23 GB
    • Received: 14.28 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.