Loading Tool

Explorer IconExplorer

Memory Pool

82,784 transactions
31.33 vMB
0.10554834 BTC
Random Selection Loading Transactions
Max Size: 190.54/200 MB

Candidate Block

Mining Attempt a6183ff843681adf95c1a351eebbf4310fa068b410eb80a838e88a79257e7d39
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root f54f2a2239fd9c10923a8034626220d933154e27a3a7a0748fb91e1470c6da86
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,008
Size: 1.00 vMB
Total Fees: 0.02881622 BTC
Feerates: 151.12 > 2.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (479,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,146 436,146 00000000000000000344dd6898cde1e8f63aa037724c6ac36fd65a578c5f8071 2,130 1.00/1.00 vMB 83
436,145 436,145 000000000000000000b5a13edc2302b0ac014d7768d58725ad0dcb7e599b32c6 2,768 1.00/1.00 vMB 115
436,144 436,144 0000000000000000027ed04b4a46ac4e723816e5908757705b7781c8b44edd27 1,672 1.00/1.00 vMB 36
436,143 436,143 000000000000000001f1dcf9637a2a2ca61e2a27bc0565f577ad396af0e20c7f 1,143 1.00/1.00 vMB 27
436,142 436,142 0000000000000000031d9989dfd7a07cf4b6c984dcd3784e8f06ccda5daec452 2,125 1.00/1.00 vMB 55
436,141 436,141 0000000000000000043d2cd4dc223fbd2817c615544a696de5cb6955edaae3a3 2,260 1.00/1.00 vMB 66
436,140 436,140 000000000000000001df4b22346802e50ca7914e3fbc73e9eb31e7588ae96c39 3,202 1.00/1.00 vMB 74
436,139 436,139 00000000000000000130b530e3994cdda796ba142d42b30f3e8f08d931aaf97c 2,403 1.00/1.00 vMB 75
436,138 436,138 000000000000000001d949b5cf05fb9daa342c6253dca86c0507f242ed8c7f50 1,873 1.00/1.00 vMB 104
436,137 436,137 000000000000000000f70483c4955d8d49725733ca8263a1839869384b673ad3 1,461 1.00/1.00 vMB 100
436,136 436,136 0000000000000000015158ff293c006fe11ffb7150e05e18156eb165a9defbe2 2,308 1.00/1.00 vMB 72
436,135 436,135 000000000000000002258e266d36b7a51979a894b7e99caab9a106f07c393d2c 2,641 1.00/1.00 vMB 116
436,134 436,134 000000000000000002d9f5cad8767743cf3d4ecd0aa2f3e5889b7c06e3393451 2,411 1.00/1.00 vMB 80
436,133 436,133 000000000000000003105636292cdbed2192f7f25217fd4efdf1369690163434 1,398 0.75/1.00 vMB 156
436,132 436,132 0000000000000000016ec3007b561573f2414d45b62d2d102b2ce73b13f63361 1,807 1.00/1.00 vMB 54
436,131 436,131 0000000000000000024585494f9b4e3d817edd62c06b64d2bf9bd7ec7254afb7 2,017 1.00/1.00 vMB 51
436,130 436,130 000000000000000002ce99bfb6cb05d21b506ef2b6e635a3ae0f3a45cd171e04 2,296 1.00/1.00 vMB 98
436,129 436,129 00000000000000000085b58af209eb755923f3babc3f5c600115d9a28e8f7ed9 2,249 1.00/1.00 vMB 44
436,128 436,128 000000000000000003fb6495e2cc31bce3c952e11c957e28fa25e4bd5eeedcea 2,450 1.00/1.00 vMB 77
436,127 436,127 000000000000000000ed92e7d22cb444e590caca701adc7cd9c3c55e17fe9254 2,440 1.00/1.00 vMB 100
436,126 436,126 0000000000000000036f9fa0e8d6de9d089c879b152285bdb4200266779b9265 1,759 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 783.06 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: 720.65 GB
    • Received: 18.24 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.