Loading Tool

Explorer IconExplorer

Memory Pool

28,222 transactions
11.41 vMB
0.03489759 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.60/200 MB

Candidate Block

Mining Attempt 760f70dfc03449de50d266435ad4b37bed18d3b237208c4b30bd2f3503cea093
Version 20000000
Previous Block 00000000000000000000f0adf2cae22ac11d063fd193b4ee96875016aee083a2
Merkle Root ccd3baaf47ba62ae32ae11f8ef810e922df05001570023e9e8cd7bca341f6534
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,893
Size: 0.99792375 1.00/1.00 vMB
Total Fees: 0.01576431 BTC
Feerates: 108.48 > 1.58 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,611 (796,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,811 116,811 00000000000061224fd4d9d2224002f584e54d85fd7f83fec5004bc5c8170ed2 10 0.00/1.00 vMB 357
116,810 116,810 00000000000037fc2dcb337059dd5f2a74475d3ed423d2627e673d5665615b2b 1 0.00/1.00 vMB 0
116,809 116,809 000000000000e85855563cb9f49f07c366abb7ce0f5a6170506b7e290921f382 4 0.00/1.00 vMB 1,985
116,808 116,808 000000000000530bb64e3b37f0ede8d54d91b54d8a81424892fdd6836a207c41 12 0.00/1.00 vMB 704
116,807 116,807 0000000000003ed47687eb4d6fbee6d9904f8176e8113d3a763e97bcf8666676 12 0.00/1.00 vMB 0
116,806 116,806 000000000000d05402be397813abb644ac4b343d40baa40b342f518f64ffcabf 9 0.00/1.00 vMB 864
116,805 116,805 000000000000441af531f82206369acfdf611aaa8f4e1b308ac10836d4783078 9 0.00/1.00 vMB 0
116,804 116,804 0000000000002c81bb379c3617c31179f501c696583f3f85f01da6c34202d0e5 14 0.00/1.00 vMB 1,329
116,803 116,803 000000000000982dcdcf69ba0c8cebe31a8075f332ef683559a9c25adcbc306a 10 0.00/1.00 vMB 313
116,802 116,802 0000000000002d8ea3ca80ac85d321b70bbddf7910ff86154676c056ccc26a23 7 0.00/1.00 vMB 4,140
116,801 116,801 00000000000054bf249846384b3a84761ea8426378edc37def84f22885a6ce5f 7 0.00/1.00 vMB 976
116,800 116,800 0000000000005ddbd8a9b4d0497851d7f10327e7b90a245a397e3fa6b4e19f9f 22 0.01/1.00 vMB 1,014
116,799 116,799 0000000000004b8608c72115feb5b2a9b6a1383f37960ac6c2632b5dad4632a3 12 0.00/1.00 vMB 0
116,798 116,798 000000000000093718fe6c295456da5f89bd3d31e4f43b313f7f67c52bc82aed 12 0.00/1.00 vMB 0
116,797 116,797 000000000000143017d4975a5365dc3a6d83f5936e79f394e2347c9dd97901cc 12 0.00/1.00 vMB 906
116,796 116,796 000000000000dac9551818654cca7d1f76b253f258f4c767befce439069d18e6 13 0.00/1.00 vMB 667
116,795 116,795 0000000000000b82022eb62a43952f2e8881613abe66bc9192e98b627559d25f 12 0.00/1.00 vMB 357
116,794 116,794 0000000000009d32a808b198cd38ee88cdd1840e5951d4a529a6c74bf3e17558 7 0.00/1.00 vMB 0
116,793 116,793 0000000000006df0c82a2c31969efc270aa05f02551b78021235085f0b582068 10 0.00/1.00 vMB 0
116,792 116,792 000000000000d4555a03202c9b6bb21feb0510d34664294f06d96017ac45c99f 18 0.01/1.00 vMB 721
116,791 116,791 000000000000cc277ede87a06be43d8e254a816a1f0e9ef37830492f11103f13 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.93 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: 463.96 GB
    • Received: 2.74 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.