Loading Tool

Explorer IconExplorer

Memory Pool

74,557 transactions
27.45 vMB
0.06861318 BTC
Random Selection Loading Transactions
Max Size: 167.75/200 MB

Candidate Block

Mining Attempt 926212e5a5a9ced4c74a5399a7f95b680b525b8c7fac072508e0cefbc1315cda
Version 20000000
Previous Block 00000000000000000001557435dcff3b80a2812f16c9780d6c7bb42700c76759
Merkle Root 5c0ee44958c7017f315084402a8d2724ea08bbee3b8ea62d46a9e6aa2010d124
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,200
Size: 1.00 vMB
Total Fees: 0.01011830 BTC
Feerates: 179.53 > 1.01 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,260 (96,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
819,076 819,076 00000000000000000002ab77f117f15c835e2e7cf5b41f2ecb45897c8b38b85d 4,338 1.00/1.00 vMB 63
819,075 819,075 00000000000000000002325af76694a6f555153e462ec35859bf394c17cb158a 4,220 1.00/1.00 vMB 69
819,074 819,074 00000000000000000000d65fc3b4ab83855cfb6ed870fdf573db672a3a6a05b2 3,048 1.00/1.00 vMB 60
819,073 819,073 000000000000000000028758874292178ce4e04b66713a4fb66e219439ace5f3 3,484 1.00/1.00 vMB 62
819,072 819,072 00000000000000000001c620ac2780c7367e63a6ccd512d9dbd190e64dac0031 4,024 1.00/1.00 vMB 66
819,071 819,071 000000000000000000002ffe236e3f5bbc9bc29f7bbaec093c2952a289f5719a 2,647 1.00/1.00 vMB 54
819,070 819,070 000000000000000000005ba050de7c980b4de008be0cc587ecbad81c4de9b2a5 3,804 1.00/1.00 vMB 68
819,069 819,069 00000000000000000002d37b228bd8c36943bd0b7a94690f6b4b3b4e15d8ed6d 3,259 1.00/1.00 vMB 39
819,068 819,068 00000000000000000002d28a9708dca8c5af5fa15eaa433407130b1648467081 2,666 1.00/1.00 vMB 40
819,067 819,067 00000000000000000003a2792ff2361314f3dd4c36232426dbe67f01acf80f10 1,968 1.00/1.00 vMB 44
819,066 819,066 000000000000000000007d67f6a51d38cbf64c239f54dce0dc70c44611355131 3,012 1.00/1.00 vMB 52
819,065 819,065 00000000000000000003d0a5bdc42c5c01fff1331ede54b739763d3bfb657981 3,270 1.00/1.00 vMB 61
819,064 819,064 00000000000000000002c065f8ee28bdf62925c029049d1af408564b09da2133 2,841 1.00/1.00 vMB 75
819,063 819,063 00000000000000000001f0d0d7d5a07e76ad550e05b7c20269a95b57f4bec0c0 2,768 1.00/1.00 vMB 54
819,062 819,062 00000000000000000002640050f40908f6814654a803d6c748f697106beca4e6 2,491 1.00/1.00 vMB 42
819,061 819,061 00000000000000000002518417239434ddf3d7299521c08534623c19883bc518 3,256 1.00/1.00 vMB 50
819,060 819,060 00000000000000000002b32ddba346733db82e1cd284c7f3a5dd43b1223b936c 3,168 1.00/1.00 vMB 73
819,059 819,059 00000000000000000001c661bb46aa84d49f0bac21f768e414f2b6d68f71a65d 3,546 1.00/1.00 vMB 53
819,058 819,058 0000000000000000000168e2b4c72b54e4409249b550933516d9f50f758fb32d 3,165 1.00/1.00 vMB 56
819,057 819,057 00000000000000000001a6bff5eeca7537c0a5795d0e17114e85f158f6f34318 3,731 1.00/1.00 vMB 65
819,056 819,056 0000000000000000000013b4a33e901cbc69ade7b907699c8cbead3e78f2ed9e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.84 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: 712.40 GB
    • Received: 17.17 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.