Loading Tool

Explorer IconExplorer

Memory Pool

28,313 transactions
12.62 vMB
0.04378796 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 72.66/200 MB

Candidate Block

Mining Attempt a786e381450edc40deab2b148b94da5b7fb682329514ac1acf3e389cd019fc86
Version 20000000
Previous Block 000000000000000000018ce11a5abe6629810fc82f98ff0f4193659032015bc8
Merkle Root 34c98c8bedf235bb78da8c25abf4f75ac7f734fe6607d9d9e2fa8dd2a6b45c38
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,171
Size: 0.997939 1.00 vMB
Total Fees: 0.02170215 BTC
Feerates: 250.50 > 2.17 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,753 (720,779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
192,974 192,974 00000000000005ba696244921c15b546f4b638a320bdbe692ac91bdf79036f25 264 0.09/1.00 vMB 166
192,973 192,973 00000000000003659af4f4c402c449bc42814bb2caceac1f2c56f811896a8c4d 514 0.26/1.00 vMB 135
192,972 192,972 000000000000015bf62d2e0a2b48cdab6616ac92c788376be5e7c780d69b1948 125 0.05/1.00 vMB 112
192,971 192,971 0000000000000464c8980a9749691ee521fcab99ddc95b74a0689dc40913d4b0 9 0.00/1.00 vMB 50
192,970 192,970 00000000000001de17701c55df5b61d34d851a897bd0a483a4d6fa26b4108064 126 0.05/1.00 vMB 88
192,969 192,969 0000000000000492ec90b62cef9cd27865e63e6f65a65b8337f5bfc6229023e5 649 0.24/1.00 vMB 164
192,968 192,968 000000000000066c15b5de02dab69e4e3da0c67e4572fbb6fd2b61eaeb0f245a 283 0.10/1.00 vMB 156
192,967 192,967 00000000000003a9aba11d2d53f1ec90436e37d777481010ab8aa2c1ff5e05eb 61 0.02/1.00 vMB 141
192,966 192,966 0000000000000322def59649635637cbbcdfc737110ba08d614a52ac247a5fb3 108 0.03/1.00 vMB 90
192,965 192,965 00000000000000da3dee2bc8be0ba6ae6a5afae210fd5a7deaf82b2cc61e9889 24 0.01/1.00 vMB 114
192,964 192,964 0000000000000370af48d8ae11115770470b5161ab31208f19e13e00a5bfc926 210 0.09/1.00 vMB 129
192,963 192,963 00000000000002a83859c075b77644bd746dc0797563ed9a1e780b530c3a7307 11 0.00/1.00 vMB 0
192,962 192,962 00000000000007912f72572421aa7e1d00d47ba8a85336fb5427c34875de7eb4 146 0.05/1.00 vMB 165
192,961 192,961 000000000000042b3937952c1c7fdb58dad12ecbe6b02b9d3a154ac425b9cf88 1,383 0.50/1.00 vMB 100
192,960 192,960 00000000000001d21e98f3b90b1c1aa7b8d409c314d4b2364686c7e6aa70fcee 107 0.03/1.00 vMB 93
192,959 192,959 000000000000002cf84057070d707671af5bf41c6cd0151c2df21cb0667b809b 495 0.19/1.00 vMB 151
192,958 192,958 0000000000000488e453c13ac1c8ea72c9c7f3c9682980f50abbed32361c25fd 424 0.21/1.00 vMB 485
192,957 192,957 00000000000002a8215150ae3a608ef0e544b1ede924ce1ae87090ad0feffb2d 10 0.00/1.00 vMB 15,037
192,956 192,956 000000000000042ca43951a4e438640dff235b9fb5cc8b708f25a021a69a8c20 56 0.04/1.00 vMB 96
192,955 192,955 000000000000005e29124dda9fe590efd258c4096970060c278aa92aaddeda2b 683 0.29/1.00 vMB 184
192,954 192,954 000000000000080576f72b29da1f0ba750a45417950049d4b802da637b141628 196 0.06/1.00 vMB 188
Previous 10 blocks ↓
Total Size: 780.18 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 504.50 GB
    • Received: 3.95 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.