Memory Pool Memory Pool Refreshing

54,860 transactions
33.04 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
875,410 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 2,504 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,409 (67 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
875,342 875,342 00000000000000000001b192f11f02080218f38a202304e0a007810b2b83dafd 1.57 MB 3,414 14
875,341 875,341 0000000000000000000013ade1fced20c1a75b5387a6521343a2508a66b25525 1.61 MB 2,939 7
875,340 875,340 0000000000000000000084713d036fabdd0730a5f412f1ee8dbca1e4ce274aaa 1.68 MB 2,702 8
875,339 875,339 0000000000000000000213750ab9ce9b46022dfe2226272b27a06dccbf4be304 1.64 MB 3,360 8
875,338 875,338 00000000000000000001fc546b04b8770a33939c1a1a5a6fd9493704b0e22cc0 1.66 MB 3,954 8
875,337 875,337 000000000000000000016e66aac3f1ede2d7cdda25977b5d980cd9d8097adaae 1.68 MB 3,148 11
875,336 875,336 00000000000000000000bd11d6b36377e253eef5b0c4556637315b55395987ee 1.64 MB 3,305 14
875,335 875,335 00000000000000000002941469d9471d8c70b350a944a0d668ddac83b889931d 1.76 MB 2,293 8
875,334 875,334 00000000000000000001c46b86dba9f259a327cf3fcc0f4c921a15f07700ec2a 1.70 MB 3,474 13
875,333 875,333 00000000000000000001cf95e58044d9466dad03dbf202bd81f1b83b82e02378 1.55 MB 3,726 25
875,332 875,332 00000000000000000000d22361b0aaca7f6bb893628eb7f748150cdc22cf358a 1.58 MB 3,507 10
875,331 875,331 00000000000000000000d8ab6e638f72c7c780b413555fa931b18882b1b39a55 1.65 MB 3,313 16
875,330 875,330 000000000000000000021247deffdda2732bc501312f27169fca030f02c92415 1.73 MB 3,148 14
875,329 875,329 00000000000000000000259df1ba48b298c78b970a749bc6d1e4987a0f529817 1.49 MB 3,557 19
875,328 875,328 000000000000000000013a64c98e142b366c48a6ace293fdc7fd935574d78a51 1.55 MB 3,140 13
875,327 875,327 000000000000000000003b4113faf44cf3612cc70110efc61965007d5db6bc12 1.66 MB 3,250 12
875,326 875,326 00000000000000000002045181f72bcaac9381962faca5a9a42e10113e2935bf 1.70 MB 3,549 8
875,325 875,325 00000000000000000001ebf927798d306e6adfc940c7ea27642d84d4d2204ea8 1.66 MB 3,453 10
875,324 875,324 000000000000000000006e0acf787409a37c4738ba3c552bbb9143e02c3d2f8b 1.81 MB 3,366 10
875,323 875,323 0000000000000000000067839d418b1edce51b1606f80f5e31a0f6508bd79e89 1.47 MB 2,996 15
875,322 875,322 0000000000000000000022d0cb1300455717cede029c2afe461244089050be7e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 709.41 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 580.35 GB sent, 8.76 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.