Loading Tool

Explorer IconExplorer

Memory Pool

46,841 transactions
29.88 vMB
0.07591949 BTC
Random Selection Loading Transactions
Max Size: 155.40/200 MB

Candidate Block

Mining Attempt 1184541bc717cb544d8cddb0746c9f2b00a3f990202f9f46cad2b85575f253ef
Version 20000000
Previous Block 00000000000000000001ca0b1a4f597dd26771b73005a426a646eb201578566d
Merkle Root 30bcc107237ea87fa73983e65a8be5a56452b3ba19aaf20558834070ff46385b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,694
Size: 1.00 vMB
Total Fees: 0.01680765 BTC
Feerates: 150.98 > 1.68 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,591 (527,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,115 387,115 00000000000000000b3218ebc6670e4b387e963eac8d6da5836351c4ad54f5a0 1,625 0.99/1.00 vMB 24
387,114 387,114 0000000000000000085a7ef5c91f4d88bc51c2c31cdfae4564a90673c9ed42db 1,079 0.75/1.00 vMB 26
387,113 387,113 00000000000000000bb4a669eeeafd5cf8d31f7a75ba441adc698a99685fb7a0 1,814 0.93/1.00 vMB 32
387,112 387,112 0000000000000000005f72d105f0747009c7af6aa196afdcf19fc45a1d70cdd1 2,726 0.95/1.00 vMB 46
387,111 387,111 000000000000000005fc8c5d1a27b5f8a7dca635fbfaef6c85fb4b361d79ce31 1,104 0.99/1.00 vMB 21
387,110 387,110 00000000000000000ac8d392f3371ba1d4f40e6b51076c2078718c0efab97fa4 1,078 0.88/1.00 vMB 19
387,109 387,109 000000000000000004f0baad232214d5160737702e217664a3d5006451fcef6e 2,363 1.00/1.00 vMB 37
387,108 387,108 000000000000000009a38d3df00677f1fff43f9d38facdf3a4cb8e05e35d0f8e 1,630 0.75/1.00 vMB 42
387,107 387,107 0000000000000000002c2971430401a19913d767f2ea032b319c33944244ed07 1,710 1.00/1.00 vMB 35
387,106 387,106 00000000000000000ac1469b2d2a49c51786bd14fe0b59145f53d3e14e76c87e 566 0.93/1.00 vMB 14
387,105 387,105 00000000000000000d125db5adbf345fcc89949b945d422a2d82f23c8b35fd53 1,849 0.75/1.00 vMB 38
387,104 387,104 00000000000000000cdf8def6ebcc1f7ec340fbabbf90b1fa6b9e7c239053c47 1,701 0.75/1.00 vMB 35
387,103 387,103 0000000000000000023b2d4dbffb48a2716018444f73166710270a209d2a87ea 2 0.00/1.00 vMB 0
387,102 387,102 00000000000000000b7affe0a58577f568dd1e2c9a8e06ad2c952455fbfb2305 41 0.05/1.00 vMB 13
387,101 387,101 000000000000000009760b01e171427b2e9d7256829df557e92ed7b6799e7aa3 2,306 0.95/1.00 vMB 33
387,100 387,100 0000000000000000046b46aa8a27efcfca8ab9f28bd274fd1132ce04c5877fe2 2,928 0.95/1.00 vMB 49
387,099 387,099 0000000000000000031b3f2298391e52c3aa94e1001d47afc115e165cdf5dbe3 293 0.18/1.00 vMB 26
387,098 387,098 0000000000000000029934d81fa3844904b891c7abb351616e58b3bb83dc5492 910 0.40/1.00 vMB 32
387,097 387,097 0000000000000000081fab48b0ed15f83f6fd71c8f99ae6840d132f34bf405f6 241 0.99/1.00 vMB 7
387,096 387,096 0000000000000000061322d67c8211c91ce3747f37b61571c7eb55e2623ff158 223 0.14/1.00 vMB 22
387,095 387,095 00000000000000000965adc22958f41ee77d539d3ee0effe5d681b4297827764 1,931 0.93/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.67 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: 627.86 GB
    • Received: 11.77 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.