Loading Tool

Explorer IconExplorer

Memory Pool

41,661 transactions
28.60 vMB
0.06984977 BTC
Random Selection Loading Transactions
Max Size: 146.16/200 MB

Candidate Block

Mining Attempt 23f01aceb7fad7694e2965510256f0b361dec0a3ec532534f7c0e84092b7a41f
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root 0f0df9e2ccc410ad83ea27d6c005987a590ee044c88c269034191f6506a9ed9d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,750
Size: 1.00 vMB
Total Fees: 0.01446317 BTC
Feerates: 87.72 > 1.45 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (367,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
546,977 546,977 00000000000000000007f43dfcfa837f83688fbc1877782ef10c1f95e0a0a36d 2,297 1.00/1.00 vMB 21
546,976 546,976 00000000000000000000d5499eddcd5323eb67acfc2e51dedd652d4421beb4c4 1,053 0.69/1.00 vMB 9
546,975 546,975 000000000000000000201be40a223aea04b5696174f23e84023701bb23b8dc1c 55 0.03/1.00 vMB 56
546,974 546,974 0000000000000000001f56affa034482c35a09a415e4eb05e92e07970cbf3950 1,935 1.00/1.00 vMB 15
546,973 546,973 00000000000000000006964550620805428c685b739d38c7e025986efc08224d 839 0.72/1.00 vMB 7
546,972 546,972 0000000000000000001d9fd3e69ca9aa511b1d2c1524de43524aa3136d50c5b6 2,319 1.00/1.00 vMB 3
546,971 546,971 000000000000000000163a5e1a21855fa43d64c1d56c7790f56fa5a6a3d33fff 2,173 1.00/1.00 vMB 9
546,970 546,970 0000000000000000000a9a3cc17b34129d95751866c2b6ee406895f91a026429 2,907 1.00/1.00 vMB 34
546,969 546,969 00000000000000000011695831e1bda61df611af5962772ae3382ed3c69e867d 348 0.26/1.00 vMB 7
546,968 546,968 000000000000000000078d6e3294b4c94f3fbf3ecb248ace82310b2784f97080 1,906 0.99/1.00 vMB 11
546,967 546,967 0000000000000000000ff9da5a137e7ddd7b28e81636d613f6529ade1ee00c2c 49 0.02/1.00 vMB 14
546,966 546,966 00000000000000000018311cf9dcb080679f2570130b0eafac78dabe9fbd654f 1,179 0.72/1.00 vMB 9
546,965 546,965 000000000000000000270ae2396430a5deb81ddabd421eb9b4f5560c0ae6f292 1,797 1.00/1.00 vMB 8
546,964 546,964 0000000000000000000b696b6cafcb09d35e3efb8e6c19c4e89d498cd97c336d 1 0.00/1.00 vMB 0
546,963 546,963 00000000000000000026aa2978095084f899c227fdfcf2f3a9c553a3a1c3bf26 537 0.19/1.00 vMB 31
546,962 546,962 0000000000000000001b9604340b13b73cabd233ee5fded7ed5d6a2e823ee07e 1,346 0.70/1.00 vMB 13
546,961 546,961 0000000000000000001327b88f1193e0ea000bee1e5916e3a956c90e696f25bd 1,785 0.87/1.00 vMB 14
546,960 546,960 0000000000000000001cd41a0a0fd77ac460ba1d9dd2cd6e85bbf5462d2e18d7 427 0.57/1.00 vMB 3
546,959 546,959 00000000000000000000a57f94eaf3aae4e639a817e22d5c11fd3b82f37f315f 2,773 1.00/1.00 vMB 14
546,958 546,958 00000000000000000020b000818f2dd6e51d024f09cb20f49b8feda7c1d134f5 2,779 1.00/1.00 vMB 18
546,957 546,957 000000000000000000139ba46c299c22f1879e3604b135b1bb601395daaa4d84 1,948 0.94/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.74 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: 630.35 GB
    • Received: 12.02 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.