Loading Tool

Explorer IconExplorer

Memory Pool

43,598 transactions
26.95 vMB
0.08834931 BTC
Random Selection Loading Transactions
Max Size: 140.57/200 MB

Candidate Block

Mining Attempt bff4650cdbaedd3be114f15df48b481bdfdca69a7ea83e862eb7055b67b36de7
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root a0f494ec35d09f2dabc63f06b45f4d2e5a5f2d17d4e0b8489e29f74f62775db2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,514
Size: 1.00 vMB
Total Fees: 0.03661485 BTC
Feerates: 151.01 > 3.67 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (432,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,818 482,818 000000000000000000446f3c6ec9cc2c75f79efa14faef815140e5689e923ebc 1,677 1.00/1.00 vMB 150
482,817 482,817 0000000000000000003c8fd45017c43ffc2c977e8bc26027e56f056a4cea4765 2,081 1.00/1.00 vMB 318
482,816 482,816 000000000000000000365bc2f7860e73585f6a3176b07f70772100986c4bce97 546 0.58/1.00 vMB 111
482,815 482,815 000000000000000000f5a823e2c8bbad15c9e9d62e3fed8740c11f406907e40a 1,249 0.99/1.00 vMB 161
482,814 482,814 00000000000000000040f6ff8c4d0636919ce1923455149ea94a37888f27c06e 557 1.00/1.00 vMB 62
482,813 482,813 000000000000000000e93def51e087e47fd6b3394d62c6b3543446d585a2019a 880 1.00/1.00 vMB 95
482,812 482,812 0000000000000000000d8101b006b9524e448e4240243e2949390bcbd639c3e1 1,919 1.00/1.00 vMB 251
482,811 482,811 0000000000000000004b93a0c72d891b69f50fce311de0bffdd1a4b4c0664984 1,833 1.00/1.00 vMB 195
482,810 482,810 0000000000000000010594129cfcf35c35501286df9f8da218f90ce68bca5ca7 2,160 1.00/1.00 vMB 67
482,809 482,809 0000000000000000001346145853b9909a26536705f13754943049afaf190eb3 2,068 1.00/1.00 vMB 266
482,808 482,808 000000000000000000c4e8e4e5bd2ef96641b6c9d4ad4150665fa5d632f4eb62 1,873 1.00/1.00 vMB 151
482,807 482,807 0000000000000000012bb950d2c3a2e1763a91d79ec47fccc80b7c26fe032547 2,131 1.00/1.00 vMB 99
482,806 482,806 0000000000000000000e7c3ac7c644b07d67f5638519041758f50255021cabba 1,556 1.00/1.00 vMB 356
482,805 482,805 0000000000000000000db86bca057248f872d70ac16f8a6e0f1913ac8a5a03c1 2,083 1.00/1.00 vMB 104
482,804 482,804 000000000000000000364b99a650cc1b6df7aa608c7ebaa9cfe899fd9eb94bd3 2,255 1.00/1.00 vMB 254
482,803 482,803 0000000000000000004eee9c5a8e2e32c845bd08418c84fa9a9de74affbdfb21 1,917 0.99/1.00 vMB 271
482,802 482,802 0000000000000000008a9e5b4f5275fa8f8c50df8fb5901de9a473f4c4613eec 2,470 1.00/1.00 vMB 342
482,801 482,801 000000000000000000064ad5024b1dee85a0154f3cd06c62ae6f196b4dec7750 2,414 1.00/1.00 vMB 429
482,800 482,800 00000000000000000054cad8680a80d331ef5338dc87d3eb83064cb56c6c3e1b 1,963 1.00/1.00 vMB 512
482,799 482,799 000000000000000000a4b99257c7096b14efe6a308c80ab533980664e84a292c 1,742 1.00/1.00 vMB 226
482,798 482,798 000000000000000000e5b3603cf420659cbaccf6396bda7ae1d8b278131218ea 2,045 1.00/1.00 vMB 129
Previous 10 blocks ↓
Total Size: 782.17 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: 653.47 GB
    • Received: 13.90 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.