Loading Tool

Explorer IconExplorer

Memory Pool

36,580 transactions
18.86 vMB
0.04139946 BTC
Random Selection Loading Transactions
Max Size: 103.99/200 MB

Candidate Block

Mining Attempt a9e127d9107bfba80ba99b480c07d18a94bf630073e4ffd953d7374f999dd74c
Version 20000000
Previous Block 00000000000000000000750cda13cb2faf3c1a95cd574d16602cff3e58023ec1
Merkle Root 15ca435182bc98a7b003508a3eae646d9cda50d2f9d163ec54da508a625c6e03
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,832
Size: 1.00 vMB
Total Fees: 0.00493653 BTC
Feerates: 70.37 > 0.49 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,958 (797,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
116,761 116,761 000000000000335d194cb8aa2922b9d042db6f890e824af4a5d7e2812632c6ee 19 0.01/1.00 vMB 0
116,760 116,760 0000000000002a7884f540dfa10f205fcfa88b5e876a0abb60f34ff13e71a026 11 0.00/1.00 vMB 0
116,759 116,759 00000000000098f3b13507d2458de9b870b273707d5b5208d4ad683fa40a4d2e 23 0.01/1.00 vMB 580
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: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 535.67 GB
    • Received: 5.92 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.