Loading Tool

Explorer IconExplorer

Memory Pool

73,801 transactions
28.02 vMB
0.08638836 BTC
Random Selection Loading Transactions
Max Size: 168.92/200 MB

Candidate Block

Mining Attempt c983e81459b1653fc88795ec8be28a93f3436b8ae62d243e46d7e17211836a01
Version 20000000
Previous Block 0000000000000000000085d312ce084c110020c1bb02e742e0d25f6bf74b9741
Merkle Root dc7afe067c6f8ade179c5137f34ecb3f8c55696fff41f9c30173b872c6d0e606
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,962
Size: 1.00 vMB
Total Fees: 0.02541451 BTC
Feerates: 301.05 > 2.55 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,585 (786,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,084 129,084 00000000000017311781b58f1e2fe13d2b79c9a4c7a47185060cab692a735a78 19 0.01/1.00 vMB 566
129,083 129,083 00000000000008d6979555dda9d671aaa6deaede1bbbdd79566aa19f307f7384 27 0.01/1.00 vMB 931
129,082 129,082 0000000000001c5cc563f1d400a2fb82ccbeb950c701c89a436437cc62a6b8eb 32 0.01/1.00 vMB 820
129,081 129,081 000000000000132a65fe5369428bd1cd869fb6e5dbfa73dc01756e29b6093a2a 45 0.03/1.00 vMB 977
129,080 129,080 00000000000016163302db4322fcf6b3088f5ba749bb76534516c188d48aeaca 87 0.04/1.00 vMB 761
129,079 129,079 0000000000001349e3a8c7ae52c76a8ed52f85b69522dd5483c0f01e77ad4845 56 0.07/1.00 vMB 1,098
129,078 129,078 000000000000097203a45f611d9b5e9ffc5a6f2121069ec69d01a99800c46842 92 0.03/1.00 vMB 642
129,077 129,077 00000000000003f818c3274e94c90f4a44a2d027c8fab399101f9cc79bf95727 10 0.00/1.00 vMB 2,610
129,076 129,076 0000000000001bdd166262c3fba6385bbdb92ed2dcd533fba89cbb259a764877 39 0.02/1.00 vMB 686
129,075 129,075 0000000000000d2cc0cd508a167ac7f8bc56711ad59442a2b5a810076c7a7b1d 127 0.06/1.00 vMB 556
129,074 129,074 00000000000014ed5186f3de0f3081af2ea0d15a3e4c588610cb6d1be063aa46 204 0.10/1.00 vMB 904
129,073 129,073 0000000000001673a4e4bb2ef175a84941f88a2d2743621f9bd47d077500f157 181 0.06/1.00 vMB 117
129,072 129,072 0000000000001878346309c9347076177aacde9c84d14dc84290897684e9856c 79 0.06/1.00 vMB 1,413
129,071 129,071 0000000000000d2d2978087a4bf817fd8c705c579c1dd51452fc772d2d517ecf 11 0.00/1.00 vMB 1,419
129,070 129,070 0000000000000bbb099811d6d5d86291c2ebf7d1e12dba81dbf8ecf072dc6218 13 0.00/1.00 vMB 0
129,069 129,069 00000000000010f58cb4ddd74b823c0be1788985e0e6a11362ae89e40b99e02d 47 0.02/1.00 vMB 818
129,068 129,068 0000000000000df192a898175871f48002ed931b8808bc75d0aa27e7b693c2ed 55 0.02/1.00 vMB 1,139
129,067 129,067 000000000000180196dfd0c6ebb0f30b184095681a34621b0489ab7ef99a8df9 28 0.01/1.00 vMB 1,272
129,066 129,066 0000000000000e0eeb0831f8197ce8d46abaacad583d032123b0a25f62163561 11 0.00/1.00 vMB 887
129,065 129,065 000000000000099e0ace5be1ff6c920a7fcb638f809df3e4ead9617ff96eb738 35 0.02/1.00 vMB 848
129,064 129,064 00000000000001e93a1d9c39055d4d0eb9394ac65e56720a4b612e2f1ef4e652 100 0.03/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 783.40 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: 770.08 GB
    • Received: 19.77 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.