Loading Tool

Explorer IconExplorer

Memory Pool

79,930 transactions
29.57 vMB
0.06567178 BTC
Random Selection Loading Transactions
Max Size: 178.42/200 MB

Candidate Block

Mining Attempt 819e326b0ac4ee5b3de3b588a5d4d611685a367569af478ef3d2c08f4c7551f2
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root 084d1504e99fb71c3a28d0ef8771d11efcf47fa216d0696171385088d988339d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,474
Size: 1.00 vMB
Total Fees: 0.00561011 BTC
Feerates: 40.32 > 0.56 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (104,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
810,798 810,798 000000000000000000002373d08c32129eb56e4b1320d8ff1782886d4218442f 2,277 1.00/1.00 vMB 16
810,797 810,797 00000000000000000000fbec84dc3f702a281be8b3e45f0ebb42e363f82c2f83 2,832 1.00/1.00 vMB 20
810,796 810,796 0000000000000000000127d9d450456707e6e50e49b27df2d4786fd50ea7e519 2,176 1.00/1.00 vMB 19
810,795 810,795 00000000000000000004a795b9559c4604df23240c94defcac9f6ac6622a382f 1,610 1.00/1.00 vMB 17
810,794 810,794 00000000000000000000f3426ae122e176d3f36e87f9e4a11d02c61e9ed8d054 3,120 1.00/1.00 vMB 30
810,793 810,793 00000000000000000002c179d232d0f6749a24b6ff956e8778f9b770f383a258 3,401 1.00/1.00 vMB 25
810,792 810,792 00000000000000000000bba80f8a3a191d3b2f02f6ab8baab66a97c8cd3914a8 3,678 1.00/1.00 vMB 30
810,791 810,791 00000000000000000002f961ff97aab03d7f6d8acc5fa94a87dd2b453d7e8b97 2,680 1.00/1.00 vMB 25
810,790 810,790 000000000000000000010361e167b652d5020c0d5badd7d9ba31c03002fce73a 2,859 1.00/1.00 vMB 38
810,789 810,789 00000000000000000000fcc3856d26b349acd013324dcf09bbf7a3d2aa370983 2,441 1.00/1.00 vMB 16
810,788 810,788 00000000000000000004326862721d299b42333c8021ebba4df582260c335194 2,190 1.00/1.00 vMB 12
810,787 810,787 00000000000000000000d8962bd8ba5b8b82866320f2c0b964df279a30a2adcc 2,076 1.00/1.00 vMB 16
810,786 810,786 00000000000000000004abe823afb53227bfca49b65d73d806e596d622949456 2,868 1.00/1.00 vMB 12
810,785 810,785 00000000000000000003598868ea152fe0a64420374e1f8a63fa481be058f9c9 2,034 1.00/1.00 vMB 13
810,784 810,784 000000000000000000016b34f024bb86d44463e389c76ed7d65ee38fadfb4a2c 2,453 1.00/1.00 vMB 18
810,783 810,783 0000000000000000000132195665458e0b9ea81a0ad502e07e63050435102319 2,907 1.00/1.00 vMB 27
810,782 810,782 00000000000000000001a27304651d3a1d0dd57ee9edfdeb4bef0a727be3b453 2,366 1.00/1.00 vMB 23
810,781 810,781 0000000000000000000004e7e45d86f0e11c93686b49fad3be3de0801495e193 3,140 1.00/1.00 vMB 22
810,780 810,780 00000000000000000001e1add6ca545a822169f2d31c783983a48ea4e908ffce 3,651 1.00/1.00 vMB 31
810,779 810,779 0000000000000000000235dbe44f7baa79685e4453015398fc7def3eca7b6476 2,900 1.00/1.00 vMB 31
810,778 810,778 000000000000000000002edd962bb74150f7047b9cdf14815baaf139680c209b 2,343 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.33 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: 660.37 GB
    • Received: 14.70 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.