Loading Tool

Explorer IconExplorer

Memory Pool

83,735 transactions
31.55 vMB
0.09703542 BTC
Random Selection Loading Transactions
Max Size: 193.12/200 MB

Candidate Block

Mining Attempt 0fe633bbbf379b9885b9f0726ea679ef7583fa73b0a9a3da07c2807ab1372881
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 5d18dfd10625764ca3b9ec45f2681e11a965d0c0d8c44bdc077f09512872ea7a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,719
Size: 1.00 vMB
Total Fees: 0.02402660 BTC
Feerates: 73.20 > 2.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (513,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
401,755 401,755 000000000000000004b153884228ead1800b7a46961c93e693a29b5c82632a27 302 0.15/1.00 vMB 47
401,754 401,754 0000000000000000042e695aadf56b0c3fc683714209f43fcdc1025bded93ab9 1,619 0.86/1.00 vMB 40
401,753 401,753 000000000000000005ae618a76bd87eaa37c8f5e60591fa83fa8a5db1833925b 44 0.05/1.00 vMB 28
401,752 401,752 0000000000000000032c30688f3815a340e3e3fabb91d7757d25792f7fc2d6f3 504 0.45/1.00 vMB 29
401,751 401,751 00000000000000000089288a01bf5a4627d29e5d5cbbe1f3f63ff8c607de9904 1,543 0.75/1.00 vMB 42
401,750 401,750 000000000000000006b85f4b720eacc6ca511d704800c0998a7e2124cb88c819 412 0.23/1.00 vMB 33
401,749 401,749 0000000000000000001c003b372e05306b44d9710258da31707ae91d8ed5b4a7 1,617 0.83/1.00 vMB 39
401,748 401,748 0000000000000000055f9025d960a97578bb16094b37eae820818f5af72c7fbe 661 0.40/1.00 vMB 37
401,747 401,747 000000000000000004502467f959f5d685b42fd6d8414c7d190116d87a0ee4f3 986 0.99/1.00 vMB 25
401,746 401,746 0000000000000000068182753ec8c99b303002d94e35ba6fb9e7cd0158dc34cf 2,402 1.00/1.00 vMB 35
401,745 401,745 0000000000000000059d1a20f221a5b9aa3da50d3aa2f807509ab2ee6a5c1273 2,269 0.93/1.00 vMB 84
401,744 401,744 000000000000000000c3efd45c9fd66c5f86a0d55f459f2e91a2c1ad2fedb51a 1 0.00/1.00 vMB 0
401,743 401,743 00000000000000000566075a380ce2f85d8cbdd96b4c22fc47e1363479912860 1,330 0.94/1.00 vMB 28
401,742 401,742 00000000000000000699df3aa42f2a3af9776503866a92cf0644e0c7e282a545 1,862 1.00/1.00 vMB 43
401,741 401,741 0000000000000000010ac00f3bdcb5e862fad742f6a1a778d8adbacb3a1a8b16 2,540 1.00/1.00 vMB 58
401,740 401,740 000000000000000002f145a7ab4996ec4295cc342d6bac5026b92c1e33e712a6 431 0.26/1.00 vMB 31
401,739 401,739 0000000000000000037e33d784be8466138c3e56729dcf251093df7f5cacf7d6 1 0.00/1.00 vMB 0
401,738 401,738 00000000000000000116bbb5bd41db6345fc4f9228a959f35323b8762c14bbe3 368 0.45/1.00 vMB 24
401,737 401,737 000000000000000006b15844cab5235083557ced08d569a2a4df74420d38c6f7 934 1.00/1.00 vMB 17
401,736 401,736 0000000000000000010bf582eb3c0f1c5db936b82defde6f1b7d5cd9ba4dccb3 1,227 0.99/1.00 vMB 31
401,735 401,735 0000000000000000066dd7a05b373d321feab0862bb9549831403aa82b50a6a4 1,228 0.99/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.78 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: 709.68 GB
    • Received: 16.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.