Memory Pool Memory Pool Refreshing

4,008 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,909 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (762,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,774 145,774 000000000000013cb74b69123bdb3c15509498014443a2c6eb39884d65ace4ee 0.02 MB 59 2
145,773 145,773 00000000000001b8c2c49ef8b9d680e1c7c8bac57d6154853c6a886085a652c4 0.01 MB 42 140
145,772 145,772 00000000000002d62c052c3d754b66d00e56d26a77bd03b5c6fdb8632bb73a2e 0.03 MB 87 280
145,771 145,771 000000000000062920bebf65851f1341b9493b85985a37405bbf0a5663dcf2a5 0.02 MB 53 230
145,770 145,770 000000000000007de307e73abedc44116bca067d78edf0468bbd6d25fc5e6c93 0.03 MB 68 66
145,769 145,769 0000000000000046f59e74345f837ccc2d9e773436e9fa61d963fbe2c10b354f 0.01 MB 29 34
145,768 145,768 00000000000003e9d4333e4a6f8a709859e429ddbf3b4e76aa69e951d90f2f73 0.00 MB 4 99
145,767 145,767 00000000000004aed68fb1d61ceb705729667afd1328c6e485677d6f89831183 0.01 MB 15 0
145,766 145,766 000000000000013257e733b716c7934cb8631ccfc91c51407494d079a9f72966 0.04 MB 24 133
145,765 145,765 0000000000000121becaf06e12231fd2e05dda66bd881c6defe5929b3ab8bb0e 0.02 MB 43 103
145,764 145,764 000000000000076f5c7711b77952d7c77efef837f32b0aa0156b8ac2c9deb567 0.02 MB 39 27
145,763 145,763 000000000000090ddc2d13d09d0775bcb50e7157e223d7fe5552926a7281da76 0.01 MB 24 85
145,762 145,762 000000000000029108c1b9ae4bfe7f4e8ad33bc6db4b05fa2f08b3ab84d46b17 0.02 MB 37 216
145,761 145,761 00000000000000e2153f22762e01518408c3ac4fb4b19ab4419600fe1ab6b71a 0.00 MB 11 17
145,760 145,760 00000000000002164b7f72196a039bf5ad86ed15b8db06af0c6406ae5d45230c 0.00 MB 15 55
145,759 145,759 00000000000006ff959deb8ceb0cdac4d0c4c0c198eeb5628bc276b0f653693a 0.02 MB 60 81
145,758 145,758 000000000000091d0fd77b59c7cb7acf3ebfed6ba29b0e21494b76461a6f9a98 0.01 MB 22 43
145,757 145,757 00000000000008dede97c3952f511d68b5d7c92f441c0e997be678630a21c9e8 0.03 MB 54 113
145,756 145,756 00000000000004c16c237c602aca31ae52ce06288f6487a72a556e7c72ae953f 0.01 MB 21 360
145,755 145,755 00000000000001d2f04e9420dca60429bf63c064cfbb882f4d36adcdeef95179 0.01 MB 14 56
145,754 145,754 00000000000008384dd635b68d3aaaed50bf4aaae8a2229c650f5fc9cb3cf76c 0.00 MB 10 82
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.