Loading Tool

Explorer IconExplorer

Memory Pool

45,141 transactions
20.37 vMB
0.06696633 BTC
Random Selection Loading Transactions
Max Size: 115.46/200 MB

Candidate Block

Mining Attempt 3fba6486f71eecebb15e0901cb08b1438fd9331d5abea83a20cabb243bc243b4
Version 20000000
Previous Block 00000000000000000002011e6ba772050866aa3f6b3ae07ef25ad216bee5a454
Merkle Root 8755d19a7803ac27e63c6776a3b8c64cbe1ef4d824ea0896af13e01d61778592
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,582
Size: 1.00 vMB
Total Fees: 0.02673264 BTC
Feerates: 302.27 > 2.68 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,956 (797,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,782 116,782 000000000000998b8c781f7c7199236b6de40c5432e424e551102abd8c9513d0 11 0.00/1.00 vMB 0
116,781 116,781 000000000000a448e810edbbfed4552324b611cdf3298fc7a32cfa1d7c4b9167 13 0.01/1.00 vMB 966
116,780 116,780 0000000000004622c7bb4e13ff5dc23b09c52c3f2084c5e3f0a33b28cbcfb049 11 0.00/1.00 vMB 327
116,779 116,779 000000000000176fb81072d74ca99bbc1f04999d656a64256f18b7c31f3b69aa 15 0.01/1.00 vMB 415
116,778 116,778 000000000000da0ec22b0551c253324bc7283aadeabb2faefa960a6b6023348b 4 0.00/1.00 vMB 4,437
116,777 116,777 0000000000007f412dbb42cfa93f7559dd49eaf1031e7868655d88993c747bc0 1 0.00/1.00 vMB 0
116,776 116,776 0000000000007bbe8c2e5e15d6e302adb632781edc6813877eda7dfd2418d647 6 0.00/1.00 vMB 0
116,775 116,775 0000000000001d8bbba112c47a3db32597d2f968867479457fe6799d55063b2b 15 0.01/1.00 vMB 1,670
116,774 116,774 000000000000994aa4fe39bba6297dc8b7ebfe05432a469e37fb16149eeffc53 10 0.00/1.00 vMB 0
116,773 116,773 00000000000001fa597e3d0ea82056dc4ab0f2fbaa36a6cdd808f21c1dbaff78 13 0.00/1.00 vMB 623
116,772 116,772 0000000000008d7a7d18931e4f0b36edbfb76cb01122a5824af9a2ff9bbebfa7 8 0.01/1.00 vMB 93
116,771 116,771 000000000000943626114baf0d8dd3386c7cff8e4c1846e7236d41678e6bf9f1 12 0.00/1.00 vMB 0
116,770 116,770 000000000000648786c0c68e264352530fba7911713de840bb7b081b076998ce 9 0.00/1.00 vMB 340
116,769 116,769 0000000000001653fd4784f1b47955855202aca7eac09d7306a74673760bb102 12 0.00/1.00 vMB 0
116,768 116,768 000000000000ae98527086723c5e27388a7bcfb1f029f79c02aa0975711f0946 8 0.00/1.00 vMB 291
116,767 116,767 00000000000086c508c7195839896948c823d902f569844921e3e8264a7091cd 14 0.00/1.00 vMB 1,205
116,766 116,766 00000000000015ee0b4eaeeb0a578cbe5f5e7fd231aa6f900915447c04d1d955 9 0.00/1.00 vMB 353
116,765 116,765 0000000000002b7d7a49e2e09dd2224e80db66b2d1f68a70a48b3b01f5e63e2a 10 0.00/1.00 vMB 313
116,764 116,764 000000000000085198a54515e9889eaadce7c9300b6795515adc41adc8f39d5c 17 0.00/1.00 vMB 1,647
116,763 116,763 000000000000e93ed6ea3ce268f2c2d6906429bfc138fc4ee4dc5e3ef4ef4a10 10 0.00/1.00 vMB 334
116,762 116,762 0000000000003d027f305d19e016d5a4d84e4b4ec0b4d531b4d6eeab2d52ca2a 41 0.02/1.00 vMB 799
Previous 10 blocks ↓
Total Size: 780.53 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: 535.48 GB
    • Received: 5.91 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.