Loading Tool

Explorer IconExplorer

Memory Pool

40,992 transactions
32.76 vMB
0.09360600 BTC
Random Selection Loading Transactions
Max Size: 163.16/200 MB

Candidate Block

Mining Attempt 6fbe03c62a50e07796a2b725f2782e399061b8f11b01e06d09964ac4edb35a3b
Version 20000000
Previous Block 00000000000000000001b171574728f9b8bb47c58e2e3bc35b40a738258291cf
Merkle Root 9028de1e6b46ec7c8ddef9315f6bfb348cd42e29a50b4d4842a6b4c43dcfafc7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,272
Size: 1.00 vMB
Total Fees: 0.02434652 BTC
Feerates: 501.64 > 2.44 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,561 (456,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,731 457,731 000000000000000001a0b036390eafd231582f2e43665e69a6b709b210b85ef0 2,009 1.00/1.00 vMB 162
457,730 457,730 0000000000000000020288ca99ea48375ea486b7bce68df0373c22433162ceb3 2,608 1.00/1.00 vMB 183
457,729 457,729 000000000000000001258b7e217eca768c732ceede294b1ac874dcea49ff157c 1,842 1.00/1.00 vMB 168
457,728 457,728 0000000000000000002d4819463d864f80ec7fbbb1fd612192323e3a15f84963 2,272 1.00/1.00 vMB 164
457,727 457,727 000000000000000000ddee870b52312dbffd73fdd5c62b4ea706c6cbb4d55f65 1,824 0.75/1.00 vMB 154
457,726 457,726 000000000000000001237bec353775aacf0e9af8febd2a33b4732b31c7971b5f 2,202 1.00/1.00 vMB 190
457,725 457,725 0000000000000000018cd42103da029e246c7ed468123e130842d6d358253c10 2,401 0.93/1.00 vMB 216
457,724 457,724 0000000000000000010847c2b07c23570bec9c09696e442375e073ea09978fea 2,279 1.00/1.00 vMB 156
457,723 457,723 0000000000000000017ff3626d52a119215353026c3b8d2db9b8d0739c28d3e0 2,270 1.00/1.00 vMB 174
457,722 457,722 0000000000000000011daeb79bc60d89ff81d79eae4b506e2010b3859aeeaffe 2,219 1.00/1.00 vMB 239
457,721 457,721 000000000000000001f9b227aac93324d2ae1913024b60bdca32445f1f35c7f8 1,636 1.00/1.00 vMB 180
457,720 457,720 0000000000000000017750b846799379a7e8fe19fc37b9bff0b04637bf7ad31d 2,355 1.00/1.00 vMB 207
457,719 457,719 000000000000000001f37bed8861404288dc1a700d0aaa2f9cfd56a0386f5424 2,679 1.00/1.00 vMB 211
457,718 457,718 0000000000000000015bd661b49a06f9baf572b177566bdb79bb2394638a416f 1,444 1.00/1.00 vMB 244
457,717 457,717 0000000000000000001745013e22e4cf1166acd5466e928dda26047cf4dd76fd 1,997 1.00/1.00 vMB 182
457,716 457,716 000000000000000002351a769b16d6abbeb44b5047e27d7bb4fdbf7ceff0a7a8 2,069 1.00/1.00 vMB 218
457,715 457,715 000000000000000002418fae992421df3016322c43aa82ccbe9234514d6a74fe 1,400 1.00/1.00 vMB 125
457,714 457,714 00000000000000000025da84ad07e9597d88844da8d8cb53a39af8f7a3a49733 1,536 0.93/1.00 vMB 138
457,713 457,713 0000000000000000004b478a18001d9c7479dd9c80da019360b326b2300818fb 3,561 1.00/1.00 vMB 124
457,712 457,712 000000000000000000173a34426ae2963b1a7e1bafde9954f079dc5b2ca50f0b 2,193 1.00/1.00 vMB 170
457,711 457,711 0000000000000000016e58ead85296a88a757f0d079920890121d118e152c883 2,437 1.00/1.00 vMB 167
Previous 10 blocks ↓
Total Size: 781.61 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: 624.09 GB
    • Received: 11.53 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.