Loading Tool

Explorer IconExplorer

Memory Pool

79,332 transactions
29.17 vMB
0.12112803 BTC
Random Selection Loading Transactions
Max Size: 176.63/200 MB

Candidate Block

Mining Attempt fba63b47e13d78de18b6cd04d16456531d8fbbdf4c90ab615dd58cffa2da9e73
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root fbba9b79f47059db8a82c7d78a2efe6576dc5b21fc418e529378de46addcfaf0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,441
Size: 1.00 vMB
Total Fees: 0.04404706 BTC
Feerates: 602.26 > 4.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (390,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
524,320 524,320 0000000000000000001d0369426db094650cad905db1a660d65f8779a48a42fc 1,801 1.00/1.00 vMB 41
524,319 524,319 00000000000000000029414bd8e91de920a7c1a90ff3a934108aca5be2b0bcf6 1,916 1.00/1.00 vMB 71
524,318 524,318 0000000000000000002abe57e410d5bb654980080ee63fb1c075852b0d529e9d 577 0.33/1.00 vMB 30
524,317 524,317 00000000000000000010e7bc57d4cc9999cea5c88391ceb3b5b4cdebbc58d4c2 1,375 0.76/1.00 vMB 34
524,316 524,316 000000000000000000172298ab32f10ddc0029b8f60b0a234b1bf15bbdf58dc9 1,350 0.84/1.00 vMB 2
524,315 524,315 0000000000000000000b13e1b7992633bfe35525d1ab5c5a4dabc1b6968a0432 368 1.00/1.00 vMB 3
524,314 524,314 0000000000000000003fbaf8b31af3b7d0d7d3665ff70c8d5949357f11c45f52 1,238 1.00/1.00 vMB 3
524,313 524,313 00000000000000000027a3c07fa674be944c784d3c87de9524cea45725161ecd 430 1.00/1.00 vMB 4
524,312 524,312 0000000000000000000a6750a4678d7d5f0317b71852166676773121e777c4b0 935 1.00/1.00 vMB 24
524,311 524,311 00000000000000000017f1501a85c0e633210159abb643110e325769f881378b 848 1.00/1.00 vMB 5
524,310 524,310 0000000000000000001b7e415b6797a44ff4f8e99db58845ac26dd46641ef9e8 2,077 1.00/1.00 vMB 29
524,309 524,309 00000000000000000029ee22d496d2f692a035a2ad664faab66f9a54d99d5dca 2,124 1.00/1.00 vMB 21
524,308 524,308 0000000000000000000cee38ea36ed01a4e0e402c3f8f39bf75c54802f4964b7 2,236 1.00/1.00 vMB 40
524,307 524,307 000000000000000000261cc932ed4a415c73561ae00ebdec904c82d7c3c3d961 2,764 1.00/1.00 vMB 38
524,306 524,306 000000000000000000171f1dc9cb1ddd388ae86a9faae62da3dd6fdf1eec4b0f 2,690 1.00/1.00 vMB 9
524,305 524,305 0000000000000000003c5403c0e5d88e56d2daad73e1efc6c643b33deeccca90 1,683 1.00/1.00 vMB 40
524,304 524,304 000000000000000000051bf1086b10950c84f8db610061d8b35484444070877b 1,974 1.00/1.00 vMB 95
524,303 524,303 00000000000000000007fc3a013ebebe8c1f1bc6c5cc875c9a915f1dcc0bf103 1,928 1.00/1.00 vMB 11
524,302 524,302 000000000000000000226f41fda56b45b23191c09a47415b7d4f4cfd97c699ba 2,125 1.00/1.00 vMB 62
524,301 524,301 0000000000000000000b082d30658ee2712ccf185b88d10bc44a24b7c92c96fb 530 0.30/1.00 vMB 26
524,300 524,300 000000000000000000055b122654e4360c84eaa8fedd92907fcf940250335c9a 35 0.03/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.92 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: 714.43 GB
    • Received: 17.54 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.