Loading Tool

Explorer IconExplorer

Memory Pool

44,629 transactions
27.38 vMB
0.09505900 BTC
Random Selection Loading Transactions
Max Size: 144.65/200 MB

Candidate Block

Mining Attempt 2c678931f3c1a1286f25583518c153068d07f02f2d3d312e5db1a9eb8864db60
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root 74b16caa94c94a2b055731d6a314de7a4ce9c74b9880612b006d9f2b881404bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,790
Size: 1.00 vMB
Total Fees: 0.04383247 BTC
Feerates: 150.75 > 4.39 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (305,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
609,607 609,607 00000000000000000004d24a6b728f04bb2862495567aff9adc08446660e2c21 2,944 0.93/1.00 vMB 8
609,606 609,606 00000000000000000013206a6f69d942edabc0c936631f222d8f880ee322f6fc 3,076 1.00/1.00 vMB 15
609,605 609,605 00000000000000000007affef6d8d1b2b1b0cb748f8ab9315022b83fcd3dd60c 2,790 1.00/1.00 vMB 12
609,604 609,604 00000000000000000003357dab3b90aae6bd6d20cca514f93c4ed6e406ea2c73 1,922 0.81/1.00 vMB 5
609,603 609,603 00000000000000000003d85d41fe66192f5caf232f6486f842d45efd9f8ddc3b 2,742 1.00/1.00 vMB 5
609,602 609,602 000000000000000000047de906ce42aeef2872f326a52c5de0bdf39083f9efbc 2,587 1.00/1.00 vMB 13
609,601 609,601 000000000000000000126df87dd93a33db55a233b432aa6effb5939c07048083 3,231 1.00/1.00 vMB 16
609,600 609,600 0000000000000000000ccec7a6a80c80d13af00361eef763e8162e959a64cf9d 2,243 1.00/1.00 vMB 25
609,599 609,599 000000000000000000077074b1781cb7f81212975025df0ee673d0631b331de0 480 0.13/1.00 vMB 11
609,598 609,598 00000000000000000012f56245290adb07459392050cd6f81379e1a1322f065b 992 0.80/1.00 vMB 3
609,597 609,597 0000000000000000000a64aa3563243c27236aa5fb856557fa42333b9405fdf3 3,289 1.00/1.00 vMB 9
609,596 609,596 0000000000000000000aaad4f53594a1064a3d62d28534ba9dc76d17530baa29 3,117 1.00/1.00 vMB 18
609,595 609,595 0000000000000000000599efab0bf93e61ffa5937a786269024032c920c4964f 2,564 1.00/1.00 vMB 12
609,594 609,594 00000000000000000004acf0dfb3e9e354a67d9a6764c6247b1d00afa43221b8 2,482 1.00/1.00 vMB 5
609,593 609,593 0000000000000000000d1280baf5b9a2a8102db3a76671b4c331a5173fa62d39 3,047 1.00/1.00 vMB 24
609,592 609,592 000000000000000000001f58c0bf3d0ea05f2a7d688fd1ed2c72677059d3626b 2,834 1.00/1.00 vMB 17
609,591 609,591 0000000000000000000af7366a7ee2b56bc13a0bdbb323d97ea235dbff027d9b 2,147 1.00/1.00 vMB 5
609,590 609,590 0000000000000000000dfca0b7b784454234d6d660fd1c24332ceab18081d1ea 3,231 1.00/1.00 vMB 21
609,589 609,589 000000000000000000116aecd4b0312cffc67a7359b78bd3d2428ad1a60c21b3 2,717 1.00/1.00 vMB 13
609,588 609,588 0000000000000000000184f1f7d25eeac48a3f020786e2d22effda8c36941fa4 2,706 1.00/1.00 vMB 5
609,587 609,587 00000000000000000004c437877d300e72c98036c5d8e476388d4f6861d0e1dc 2,490 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.24 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: 655.15 GB
    • Received: 14.27 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.