Memory Pool Memory Pool Refreshing

3,651 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,703 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 3,630 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (18,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,328 889,328 00000000000000000001fff768233966a1abd0169be2dc9c806d329ec1c61421 1.78 MB 4,693 1
889,327 889,327 000000000000000000024cd8909d2ab9ec843734afa5eb021f12e1eecca6706b 1.57 MB 3,144 3
889,326 889,326 000000000000000000008e9183e409b2b1a484c420a44f1f439af71a61491276 1.68 MB 3,631 3
889,325 889,325 000000000000000000006607dfcd18e4881d7be87851203a57068275f0f8f35e 1.80 MB 5,071 2
889,324 889,324 0000000000000000000116d5e1bdca31762fb780ad334fafc17959f53adb3ce7 1.31 MB 1,843 2
889,323 889,323 00000000000000000002506ec46b304e1c1fb758156ccc8d7f263b012666a92e 1.63 MB 3,763 4
889,322 889,322 000000000000000000000fbd7dbb08d29b6dc36e720b880f5a3640913c157e8f 1.58 MB 3,079 4
889,321 889,321 00000000000000000000af4325b64496e73ecf4d6c99354f004735ca360619cb 1.79 MB 5,054 2
889,320 889,320 000000000000000000006cb21a896c4e4db3ee185c747a94233628d6d15e1f72 1.27 MB 1,543 3
889,319 889,319 00000000000000000001bd0d71f4813bb3788196c4b04d1d2bab114df3632ee0 1.74 MB 4,753 2
889,318 889,318 0000000000000000000079162ef05e56b9e9f78bc581d2cfc9ff1b0868cfca2f 1.45 MB 2,788 3
889,317 889,317 000000000000000000024490116b2c9bc96047c38369ac36dafb11d72c38c91d 1.80 MB 4,923 2
889,316 889,316 00000000000000000000b1e086ad9f484163c925651193493a48474202d1f5cc 1.59 MB 3,359 2
889,315 889,315 00000000000000000001d580765cf4ebcbe1387e2cbcdc05e2cc24d4f395889c 1.69 MB 4,246 2
889,314 889,314 000000000000000000027194f4bdf24c04585d38bf4363e053976a536a5c3697 1.43 MB 1,804 2
889,313 889,313 000000000000000000017404f2ec91a23b7ccce695ca02e69489213fa5b0891a 1.63 MB 2,722 4
889,312 889,312 00000000000000000002534aae8e6001c98a1269740b423378a7e3e66c16449e 1.48 MB 3,167 5
889,311 889,311 0000000000000000000064d8a9815580cd8df96d311f99d74a47d48ffe8525e7 1.52 MB 2,591 4
889,310 889,310 00000000000000000000f9f8e8e4ca1888d4ef3d25e9ae7dc0051741d619a006 1.48 MB 2,343 2
889,309 889,309 00000000000000000000329aefa650f0ec8dd1204d0119e8d3844fe2df2c1304 1.03 MB 118 2
889,308 889,308 0000000000000000000234f9f41684ae1c2e7b9946f846aff4a87ecad5285888 1.68 MB 3,442 5
Previous 10 blocks ↓
Total Size: 768.99 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: 1,616.55 GB sent, 92.75 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.