Loading Tool

Explorer IconExplorer

Memory Pool

78,184 transactions
29.10 vMB
0.07572733 BTC
Random Selection Loading Transactions
Max Size: 176.32/200 MB

Candidate Block

Mining Attempt a81ba1acd87a09616f9c2818067c259e7a7a49ce9c3364112b0e88ded4a2c87d
Version 20000000
Previous Block 000000000000000000006b4c7bb2ab823a26bc3d3f20f2f0ec55782dada1c679
Merkle Root 393324da6dee5dd11c4039dcde70c54e14452fc5d4c9775f5a91b9c66cdf1b43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,809
Size: 1.00 vMB
Total Fees: 0.01493733 BTC
Feerates: 100.72 > 1.50 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,104 (497,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,197 417,197 000000000000000004e5bfd97cf533bb20206075d695881eae9c2041ad89ad38 2,310 1.00/1.00 vMB 63
417,196 417,196 000000000000000002198c7fb795be998ebba86a76c7818889ea08bcf00324d1 2,915 0.99/1.00 vMB 58
417,195 417,195 00000000000000000534f0ce8a2c12b8e60607e0c5cd0b2afe3574a197278be0 2,614 1.00/1.00 vMB 113
417,194 417,194 0000000000000000035dc71fbec916dbed9b0ef8e8aaefddaaab84cc0b03be2e 2,298 1.00/1.00 vMB 64
417,193 417,193 000000000000000003a04610b569a5dfe4858ad4cef76d93306f160004df3368 2,454 1.00/1.00 vMB 78
417,192 417,192 000000000000000002d1c3021a662237cbe5181d19982d0f7078bd90953a75c0 3,260 1.00/1.00 vMB 127
417,191 417,191 000000000000000002c53f7bcba00236b1484d8f7721080893c30814fdce27cd 607 0.31/1.00 vMB 51
417,190 417,190 000000000000000004a8c978f7f0ade21dd45bcc9e3ce343224d01528c01667d 2,107 0.97/1.00 vMB 55
417,189 417,189 00000000000000000436171a75dce55a94f896f9b0c0eef6e5118975e48040a7 1,081 1.00/1.00 vMB 26
417,188 417,188 0000000000000000007762c559978126b0870a2c2d0ee6fae6a67f2a9a4999c2 158 0.08/1.00 vMB 58
417,187 417,187 0000000000000000006447144d3d2bfb942743a0425205b16c77e6de898a0db1 1,675 0.93/1.00 vMB 50
417,186 417,186 000000000000000000ced0f6fbd26a55285e5ff181c5eaeea75bbee83eeeee10 475 0.25/1.00 vMB 51
417,185 417,185 0000000000000000058fdbc7a451a2b04b987652ab4e29f0442b65f526d9023c 1,572 0.95/1.00 vMB 39
417,184 417,184 000000000000000003277f28b902d41ce104749a7fa1f08fd3e91be04966a9ae 1,154 0.49/1.00 vMB 60
417,183 417,183 0000000000000000009f3034fb3b05c93e1188710cdbeeb5b642567db4a285f6 1,937 0.87/1.00 vMB 59
417,182 417,182 00000000000000000555019cbfee3429b1f485cd3bd65f7d03e47606ffd56314 686 0.61/1.00 vMB 30
417,181 417,181 0000000000000000025febdc22cfb988986368b53a71db22a1bb9aa0f0f5d24e 2,393 1.00/1.00 vMB 67
417,180 417,180 0000000000000000051f281e7625a91a2c1020e415fb036333993e588b236944 656 0.62/1.00 vMB 32
417,179 417,179 0000000000000000042e3254ce59db7a159bae33836702fac62754116ae5a0f7 1,727 1.00/1.00 vMB 47
417,178 417,178 000000000000000005430117f11502a1889f8da2232e45c9c8b830a5d47577c6 1 0.00/1.00 vMB 0
417,177 417,177 000000000000000003037f15243fafab4af8d032ecf84aeca6cf26e5cf08f207 2,609 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.57 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: 671.16 GB
    • Received: 15.86 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.